]> Git Repo - linux.git/commit
panic: dump registers on panic_on_warn
authorAlexey Kardashevskiy <[email protected]>
Fri, 16 Oct 2020 03:13:22 +0000 (20:13 -0700)
committerLinus Torvalds <[email protected]>
Fri, 16 Oct 2020 18:11:22 +0000 (11:11 -0700)
commit3f388f28639fd19d5bf6df7a882c94ccfbf49c2b
treeac0623d751010506fe30962f082f713d7293219c
parent85094c05eeb47d195a74a25366a2db066f1c9d47
panic: dump registers on panic_on_warn

Currently we print stack and registers for ordinary warnings but we do not
for panic_on_warn which looks as oversight - panic() will reboot the
machine but won't print registers.

This moves printing of registers and modules earlier.

This does not move the stack dumping as panic() dumps it.

Signed-off-by: Alexey Kardashevskiy <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Cc: Douglas Anderson <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Rafael Aquini <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
kernel/panic.c
This page took 0.045668 seconds and 4 git commands to generate.