hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/kernel/watchdog.c
....@@ -185,6 +185,11 @@
185185
186186 wd_smp_unlock(&flags);
187187
188
+ printk_safe_flush();
189
+ /*
190
+ * printk_safe_flush() seems to require another print
191
+ * before anything actually goes out to console.
192
+ */
188193 if (sysctl_hardlockup_all_cpu_backtrace)
189194 trigger_allbutself_cpu_backtrace();
190195