diff options
author | Petr Mladek | 2021-11-18 10:03:47 +0100 |
---|---|---|
committer | Petr Mladek | 2021-11-18 10:03:47 +0100 |
commit | bf6d0d1e1ab38309ea2a234e2e4ba2a18d014af9 (patch) | |
tree | acc97528dc62243c6379d0eb7c8823b861fd968b /lib | |
parent | a0ddee65c527d877e798205c1391c6170e580c66 (diff) | |
parent | 5d5e4522a7f404d1a96fd6c703989d32a9c9568d (diff) |
Merge branch 'rework/printk_safe-removal' into for-linus
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nmi_backtrace.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c index f9e89001b52e..199ab201d501 100644 --- a/lib/nmi_backtrace.c +++ b/lib/nmi_backtrace.c @@ -75,6 +75,12 @@ void nmi_trigger_cpumask_backtrace(const cpumask_t *mask, touch_softlockup_watchdog(); } + /* + * Force flush any remote buffers that might be stuck in IRQ context + * and therefore could not run their irq_work. + */ + printk_trigger_flush(); + clear_bit_unlock(0, &backtrace_flag); put_cpu(); } |