[PATCH 2/5] x86, debug: Add a collect-all misc debug checks option

From: Borislav Petkov
Date: Sun Jun 09 2013 - 06:08:56 EST


From: Borislav Petkov <bp@xxxxxxx>

Instead of adding a Kconfig debug option for every single aspect of x86
debugging code we have in the kernel, let's just simply add one which
people can enable and get all the debugging stuff switched on; boot and
test the resulting kernel and if they're satisfied, ship their patches.

This should save a lot of time of wading through "Kernel hacking" and
wondering what option to enable.

Signed-off-by: Borislav Petkov <bp@xxxxxxx>
---
arch/x86/Kconfig.debug | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index b6a770132b67..1dab525cd358 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -303,4 +303,16 @@ config DEBUG_NMI_SELFTEST

If unsure, say N.

+config X86_MISC_DEBUG_CHECKS
+ bool "Miscellaneous debugging checks"
+ depends on DEBUG_KERNEL
+ ---help---
+ Enable different build and runtime sanity checks. Those are
+ lumped together here so as not to search through Kconfig debug
+ options but have this one only enabled and get them all.
+
+ This option enables:
+ - static_cpu_has premature usage
+
+ If unsure, say N.
endmenu
--
1.8.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/