Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6760106a authored by Vignesh Radhakrishnan's avatar Vignesh Radhakrishnan
Browse files

defconfig: 8916: Disable kmemleak task stack and module scan



Enable kmemleak at bootup and disable task stack and module
scan by default. Task stack and module scan can result
in code running with irq/preemption disabled for considerable
amount of time.

Change-Id: If49b1a6da1e10df3632dc9e0db2ec0bdbce8f474
Signed-off-by: default avatarVignesh Radhakrishnan <vigneshr@codeaurora.org>
parent 14168013
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -534,7 +534,8 @@ CONFIG_TIMER_STATS=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4000
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
CONFIG_DEBUG_TASK_STACK_SCAN_OFF=y
CONFIG_DEBUG_MODULE_SCAN_OFF=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_ATOMIC_SLEEP=y