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

Commit cd845496 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

defconfig: Enable PANIC_ON_RECURSIVE_FAULT on sdxpoorwills target



Enable panic on recursive fault during do_exit() to collect the
important debug information leading to the fault.

Change-Id: I8c28a759019ec4b4887b3b4871ab17015709e7ce
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 72633f80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -392,6 +392,7 @@ CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_INFO=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_PANIC_ON_RECURSIVE_FAULT=y
CONFIG_PANIC_TIMEOUT=5
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHEDSTATS=y
+1 −0
Original line number Diff line number Diff line
@@ -405,6 +405,7 @@ CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_PANIC_ON_RECURSIVE_FAULT=y
CONFIG_PANIC_TIMEOUT=5
CONFIG_SCHEDSTATS=y
CONFIG_DEBUG_SPINLOCK=y