The patch titled Move PREEMPT_NOTIFIERS into an always-included Kconfig has been removed from the -mm tree. Its filename was move-preempt_notifiers-into-an-always-included-kconfig.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Move PREEMPT_NOTIFIERS into an always-included Kconfig From: Avi Kivity <avi@xxxxxxxxxxxx> Kconfig.preempt is not included on some archs (for example, m68k). On those archs, the Kconfig machinery complains that KVM selects an undefined symbol PREEMPT_NOTIFIERS (which lives in Kconfig.preempt). So move the offending symbol into a Kconfig file which is included by everyone. Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 3 +++ kernel/Kconfig.preempt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN init/Kconfig~move-preempt_notifiers-into-an-always-included-kconfig init/Kconfig --- a/init/Kconfig~move-preempt_notifiers-into-an-always-included-kconfig +++ a/init/Kconfig @@ -689,3 +689,6 @@ config STOP_MACHINE Need stop_machine() primitive. source "block/Kconfig" + +config PREEMPT_NOTIFIERS + bool diff -puN kernel/Kconfig.preempt~move-preempt_notifiers-into-an-always-included-kconfig kernel/Kconfig.preempt --- a/kernel/Kconfig.preempt~move-preempt_notifiers-into-an-always-included-kconfig +++ a/kernel/Kconfig.preempt @@ -63,6 +63,3 @@ config PREEMPT_BKL Say Y here if you are building a kernel for a desktop system. Say N if you are unsure. -config PREEMPT_NOTIFIERS - bool - _ Patches currently in -mm which might be from avi@xxxxxxxxxxxx are origin.patch git-kvm.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