another detail is that i needed this fix: --- linux.orig/init/Kconfig +++ linux/init/Kconfig @@ -790,6 +790,7 @@ endif # NAMESPACES config SCHED_AUTOGROUP bool "Automatic process group scheduling" + select EVENTFD select CGROUPS select CGROUP_SCHED select FAIR_GROUP_SCHED Because CGROUPS depends on eventfd infrastructure. Thanks, Ingo --
