watchdog: if panicking and we dumped everything, don't re-enable dumping
authorDouglas Anderson <dianders@chromium.org>
Wed, 20 Dec 2023 21:15:37 +0000 (13:15 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 Dec 2023 20:22:30 +0000 (12:22 -0800)
commit55efe4abf927aca3692870a1851067f309e9a374
tree775ad663ed3f7958868e0ab7e0cced83926b996c
parentee6bdb3f4bf046ff7878c6103b8c88bb4ccfb11d
watchdog: if panicking and we dumped everything, don't re-enable dumping

If, as part of handling a hardlockup or softlockup, we've already dumped
all CPUs and we're just about to panic, don't reenable dumping and give
some other CPU a chance to hop in there and add some confusing logs right
as the panic is happening.

Link: https://lkml.kernel.org/r/20231220131534.4.Id3a9c7ec2d7d83e4080da6f8662ba2226b40543f@changeid
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Lecopzer Chen <lecopzer.chen@mediatek.com>
Cc: Li Zhe <lizhe.67@bytedance.com>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Pingfan Liu <kernelfans@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/watchdog.c