diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d4df5b24d75e..6f543a4bc704 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -2001,6 +2001,16 @@ config TEST_OBJAGG | |||
2001 | 2001 | ||
2002 | If unsure, say N. | 2002 | If unsure, say N. |
2003 | 2003 | ||
2004 | config TEST_STACKINIT | ||
2005 | tristate "Test level of stack variable initialization" | ||
2006 | help | ||
2007 | Test if the kernel is zero-initializing stack variables and | ||
2008 | padding. Coverage is controlled by compiler flags, | ||
2009 | CONFIG_GCC_PLUGIN_STRUCTLEAK, CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF, | ||
2010 | or CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL. | ||
2011 | |||
2012 | If unsure, say N. | ||
2013 | |||
2004 | endif # RUNTIME_TESTING_MENU | 2014 | endif # RUNTIME_TESTING_MENU |
2005 | 2015 | ||
2006 | config MEMTEST | 2016 | config MEMTEST |