diff options
author | Nicholas Piggin <[email protected]> | 2021-11-07 14:51:16 +1000 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2021-11-10 16:12:00 +0100 |
commit | 5d5e4522a7f404d1a96fd6c703989d32a9c9568d (patch) | |
tree | f0241bc19c8cc4106ac4d2dff236cd58528ef0e4 /scripts/gdb/linux/dmesg.py | |
parent | 26d1982fd17c2cac77f9cf764255362ccb28fe49 (diff) |
printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
printk from NMI context relies on irq work being raised on the local CPU
to print to console. This can be a problem if the NMI was raised by a
lockup detector to print lockup stack and regs, because the CPU may not
enable irqs (because it is locked up).
Introduce printk_trigger_flush() that can be called another CPU to try
to get those messages to the console, call that where printk_safe_flush
was previously called.
Fixes: 93d102f094be ("printk: remove safe buffers")
Cc: [email protected] # 5.15
Signed-off-by: Nicholas Piggin <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Reviewed-by: John Ogness <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions