Hi
I gave a deeper look at the Kernel 3.12 build process logs, and I realized that some small cleanups can be added to new version 3.12.9, enabling some missing features, then the same fixes can be applied also in the lts kernel series 3.10.x (when I'll prepare 3.10.28) - I have found some remaining warnings when preparing the flavour configs (create_configs) I've fixed the.defconfigs to remove all these warnings (now there are Zero warnings) - I've found some CHK points complaining about missed BuildRequires disabling feature support I have solved that simply adding the BuildRequires: audit-devel numa-devel unwind-devel Here the new SRPMS for kernels 3.12.9 https://abf.rosalinux.ru/search?utf8=%E2%9C%93&query=3.12.9 Here my builds in progress https://abf.rosalinux.ru/kernels_3_12x/Kernel-3.12.9-69/build_lists I noticed that ABF has never been so slow, many tasks go in "build errors", and I have to retry again and again to have good results... Important: For OMA > Please add to the cooker .spec > BuildRequires: audit-devel numa-devel unwind-devel For ROSA Marathon and Fresh, we need to place lib(unwind) ASAP on the /main or /main/updates Old unsatisfied CHK points (taken from the 3.12.8 build logs, now with 3.12.9 all these CHK will be fully satisfied) CHK libunwind config/Makefile:226: No libunwind found, disabling post unwind support. Please install libunwind-dev[el] >= 0.99 CHK libaudit config/Makefile:241: No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or libaudit-dev CHK libnuma config/Makefile:423: No numa.h found, disables 'perf bench numa mem' benchmark, please install numa-libs-devel or libnuma-dev bye, NicCo
