From: Anton Blanchard <hidden> Date: 2020-06-30 00:04:07
I'm seeing RCU warnings when exiting xmon. xmon resets the NMI watchdog,
but does nothing with the RCU stall or soft lockup watchdogs. Add a
helper function that handles all three.
Signed-off-by: Anton Blanchard <redacted>
---
arch/powerpc/xmon/xmon.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
From: Nicholas Piggin <npiggin@gmail.com> Date: 2020-06-30 02:31:20
Excerpts from Anton Blanchard's message of June 30, 2020 10:02 am:
I'm seeing RCU warnings when exiting xmon. xmon resets the NMI watchdog,
but does nothing with the RCU stall or soft lockup watchdogs. Add a
helper function that handles all three.
Signed-off-by: Anton Blanchard <redacted>
From: Michael Ellerman <hidden> Date: 2020-07-16 13:11:34
On Tue, 30 Jun 2020 10:02:18 +1000, Anton Blanchard wrote:
I'm seeing RCU warnings when exiting xmon. xmon resets the NMI watchdog,
but does nothing with the RCU stall or soft lockup watchdogs. Add a
helper function that handles all three.