[kernel] Add the other KMEMLEAK options.

Dave Jones davej at fedoraproject.org
Tue Jan 17 15:32:59 UTC 2012


commit 9db946276054ce4cd0d254ce9f2a958ce48b0221
Author: Dave Jones <davej at redhat.com>
Date:   Tue Jan 17 10:28:49 2012 -0500

    Add the other KMEMLEAK options.

 config-generic |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/config-generic b/config-generic
index 590201d..925aeeb 100644
--- a/config-generic
+++ b/config-generic
@@ -3695,10 +3695,12 @@ CONFIG_HEADERS_CHECK=y
 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
 
 # DEBUG options that don't get enabled/disabled with 'make debug/release'
-#
-# Kmemleak still produces a lot of false positives.
+
 CONFIG_DEBUG_KMEMLEAK=y
-#
+CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=400
+# CONFIG_DEBUG_KMEMLEAK_TEST is not set
+CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
+
 # This generates a huge amount of dmesg spew
 # CONFIG_DEBUG_KOBJECT is not set
 #


More information about the scm-commits mailing list