The patch titled Subject: init/Kconfig: fix dependency for CGROUP_SCHED has been added to the -mm tree. Its filename is init-kconfig-fix-dependency-for-cgroup_sched.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Fabio Estevam <festevam@xxxxxxxxx> Subject: init/Kconfig: fix dependency for CGROUP_SCHED Fix the following build warning: warning: (SCHED_AUTOGROUP) selects CGROUP_SCHED which has unmet direct dependencies (CGROUPS && EXPERIMENTAL) Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN init/Kconfig~init-kconfig-fix-dependency-for-cgroup_sched init/Kconfig --- a/init/Kconfig~init-kconfig-fix-dependency-for-cgroup_sched +++ a/init/Kconfig @@ -713,7 +713,6 @@ config CGROUP_PERF menuconfig CGROUP_SCHED bool "Group CPU scheduler" - depends on EXPERIMENTAL default n help This feature lets CPU scheduler recognize task groups and control CPU _ Subject: Subject: init/Kconfig: fix dependency for CGROUP_SCHED Patches currently in -mm which might be from festevam@xxxxxxxxx are origin.patch linux-next.patch init-kconfig-fix-dependency-for-cgroup_sched.patch include-linux-crash_dumph-needs-elfh.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html