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

Commit c5b7de05 authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

defconfig: msm8953: Turn off slub debug on by default



Due to scm call request, 1 page is allocated frequently.
With slub debug on enabled by default, we will get order 1 pages
increased from order 0.
To avoid the potential issue of alloc pages, turn off the config
by default.

CRs-Fixed: 2252427
Change-Id: Ia70f3934f29fcf8eb6546115cb8021fdd3c95860
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent a515a311
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -660,7 +660,6 @@ CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_OBJECTS_WORK=y
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4000
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
+0 −1
Original line number Diff line number Diff line
@@ -659,7 +659,6 @@ CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_OBJECTS_WORK=y
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4000
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y