The patch titled Subject: init/Kconfig: fix dependency for CGROUP_SCHED has been removed from the -mm tree. Its filename was init-kconfig-fix-dependency-for-cgroup_sched.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ 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 _ Patches currently in -mm which might be from festevam@xxxxxxxxx are origin.patch linux-next.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