summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e0e14780a13d..3c88e54da86c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -580,7 +580,7 @@ config DEBUG_KMEMLEAK_EARLY_LOG_SIZE
580 int "Maximum kmemleak early log entries" 580 int "Maximum kmemleak early log entries"
581 depends on DEBUG_KMEMLEAK 581 depends on DEBUG_KMEMLEAK
582 range 200 40000 582 range 200 40000
583 default 400 583 default 16000
584 help 584 help
585 Kmemleak must track all the memory allocations to avoid 585 Kmemleak must track all the memory allocations to avoid
586 reporting false positives. Since memory may be allocated or 586 reporting false positives. Since memory may be allocated or