[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130122192102.GE6538@redacted.bos.redhat.com>
Date: Tue, 22 Jan 2013 14:21:03 -0500
From: Kyle McMartin <kyle@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...hat.com
Subject: [PATCH] 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@...hat.com>
--- a/lib/Kconfig.debug
+++ b/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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists