kernel/lib/nmi_backtrace.c
.. .. @@ -75,6 +75,12 @@ 75 75 touch_softlockup_watchdog(); 76 76 } 77 77 78 + /*79 + * Force flush any remote buffers that might be stuck in IRQ context80 + * and therefore could not run their irq_work.81 + */82 + printk_safe_flush();83 +78 84 clear_bit_unlock(0, &backtrace_flag); 79 85 put_cpu(); 80 86 }