diff mbox

kmemleak: config-options: Default buffer size for kmemleak

Message ID 1277196403-20836-1-git-send-email-sankar.curiosity@gmail.com (mailing list archive)
State Rejected
Headers show

Commit Message

Sankar P June 22, 2010, 8:46 a.m. UTC
None
diff mbox

Patch

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e722e9d..5eb9463 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -382,7 +382,7 @@  config DEBUG_KMEMLEAK_EARLY_LOG_SIZE
 	int "Maximum kmemleak early log entries"
 	depends on DEBUG_KMEMLEAK
 	range 200 40000
-	default 400
+	default 1000
 	help
 	  Kmemleak must track all the memory allocations to avoid
 	  reporting false positives. Since memory may be allocated or