The patch titled Subject: lib/Kconfig.debug: CONFIG_PANIC_ON_OOPS should be shown if DEBUG_KERNEL has been removed from the -mm tree. Its filename was config_panic_on_oops-should-be-shown-if-debug_kernel.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Kyle McMartin <kyle@xxxxxxxxxx> Subject: lib/Kconfig.debug: CONFIG_PANIC_ON_OOPS should be shown if DEBUG_KERNEL CONFIG_EXPERT is a bit silly a place for this, and hides it unnecessarily. CONFIG_DEBUG_KERNEL makes much more sense. Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~config_panic_on_oops-should-be-shown-if-debug_kernel lib/Kconfig.debug --- a/lib/Kconfig.debug~config_panic_on_oops-should-be-shown-if-debug_kernel +++ a/lib/Kconfig.debug @@ -243,7 +243,7 @@ config BOOTPARAM_SOFTLOCKUP_PANIC_VALUE default 1 if BOOTPARAM_SOFTLOCKUP_PANIC config PANIC_ON_OOPS - bool "Panic on Oops" if EXPERT + bool "Panic on Oops" if DEBUG_KERNEL default n help Say Y here to enable the kernel to panic when it oopses. This _ Patches currently in -mm which might be from kyle@xxxxxxxxxx are -- 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