hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/lib/nmi_backtrace.c
....@@ -75,6 +75,12 @@
7575 touch_softlockup_watchdog();
7676 }
7777
78
+ /*
79
+ * Force flush any remote buffers that might be stuck in IRQ context
80
+ * and therefore could not run their irq_work.
81
+ */
82
+ printk_safe_flush();
83
+
7884 clear_bit_unlock(0, &backtrace_flag);
7985 put_cpu();
8086 }