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

Commit 13b0b6d7 authored by Prateek Sood's avatar Prateek Sood
Browse files

panic: increase panic_timeout value to 5 second for bengal



During APSS shutdown, notification is send to modem
subsystem for completing cleanup callbacks and
preparing for minidump segments. Current delay of
200ms is not enough for modem to complete cleanup
and complete minidump preparation.

Increase panic_timeout to allow modem for completion
of cleanup and dump preparation.

Change-Id: Ic49b8910d4fc7288d4e760cd824cef8cca84ed00
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent 49596184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -632,7 +632,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_PAGE_OWNER=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_PANIC_TIMEOUT=-1
CONFIG_PANIC_TIMEOUT=5
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_IPC_LOGGING=y
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_SOFTLOCKUP_DETECTOR=y
CONFIG_WQ_WATCHDOG=y
CONFIG_PANIC_TIMEOUT=-1
CONFIG_PANIC_TIMEOUT=5
CONFIG_PANIC_ON_SCHED_BUG=y
CONFIG_PANIC_ON_RT_THROTTLING=y
CONFIG_SCHEDSTATS=y