hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 }