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

Commit 0d941124 authored by Vignesh Radhakrishnan's avatar Vignesh Radhakrishnan Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: 8916: Disable kmemleak task stack and module scan



Disable kmemleak task stack scan and module scan
by default. Else this can result in the code running
for considerable amount of time with irq/preemption
disabled.

Change-Id: I49245c8c9049e3517da877f56ad057443c95d3a6
Signed-off-by: default avatarVignesh Radhakrishnan <vigneshr@codeaurora.org>
parent ef694ad8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -540,6 +540,8 @@ CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4000
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