Commit 9f9b312d authored by Marc Hartmayer's avatar Marc Hartmayer Committed by Vasily Gorbik
Browse files

s390/debug_config: enable kmemleak detector



...but set it to off by default. Use the kernel command line option
`kmemleak=on` to enable it.

Signed-off-by: default avatarMarc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 2e0d3bd8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -792,6 +792,8 @@ CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_SLUB_STATS=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_VM=y
CONFIG_DEBUG_VM_VMACACHE=y