[PATCH] watchdog/core: Fix AA deadlock due to watchdog holding cpu_hotplug_lock and wait for wq

2024-06-06 Thread Luo Gengkun
ation") Signed-off-by: Luo Gengkun --- kernel/watchdog.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 51915b44ac73..6ac6fb8d3be0 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -867,7 +86

[PATCH] watchdog/core: Fix AA deadlock causeb by watchdog

2024-06-04 Thread Luo Gengkun
("watchdog/core, powerpc: Lock cpus across reconfiguration") Signed-off-by: Luo Gengkun --- arch/powerpc/kernel/watchdog.c | 4 kernel/watchdog.c | 9 - 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/arch/powerpc/kernel/watchdog.c b/arch/powerp