Skip to content

Commit

Permalink
enable PANIC_ON_OOPS by default
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Micay <danielmicay@gmail.com>
  • Loading branch information
thestinger authored and anthraxx committed Apr 4, 2020
1 parent d12c0d5 commit 366e021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Kconfig.debug
Expand Up @@ -798,6 +798,7 @@ menu "Debug Oops, Lockups and Hangs"

config PANIC_ON_OOPS
bool "Panic on Oops"
default y
help
Say Y here to enable the kernel to panic when it oopses. This
has the same effect as setting oops=panic on the kernel command
Expand All @@ -807,7 +808,7 @@ config PANIC_ON_OOPS
anything erroneous after an oops which could result in data
corruption or other issues.

Say N if unsure.
Say Y if unsure.

config PANIC_ON_OOPS_VALUE
int
Expand Down

0 comments on commit 366e021

Please sign in to comment.