lkml.org 
[lkml]   [2013]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/5] x86, debug: Add a collect-all misc debug checks option
Date
From: Borislav Petkov <bp@suse.de>

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@suse.de>
---
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


\
 
 \ /
  Last update: 2013-06-09 12:21    [W:0.053 / U:1.616 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site