diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2019-04-09 07:40:05 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-04-30 04:31:02 +0300 |
commit | 7ae3f6e130e8dc6188b59e3b4ebc2f16e9c8d053 (patch) | |
tree | 92be9e3d4c9efa848e05c0873799c1e89630d569 /arch/powerpc/kernel/asm-offsets.c | |
parent | b2d3b5ee66f2a04a918cc043cec0c9ed3de58f40 (diff) | |
download | linux-7ae3f6e130e8dc6188b59e3b4ebc2f16e9c8d053.tar.xz |
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
Using a jiffies timer creates a dependency on the tick_do_timer_cpu
incrementing jiffies. If that CPU has locked up and jiffies is not
incrementing, the watchdog heartbeat timer for all CPUs stops and
creates false positives and confusing warnings on local CPUs, and
also causes the SMP detector to stop, so the root cause is never
detected.
Fix this by using hrtimer based timers for the watchdog heartbeat,
like the generic kernel hardlockup detector.
Cc: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Reported-by: Ravikumar Bangoria <ravi.bangoria@in.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Tested-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Reported-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Reviewed-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
0 files changed, 0 insertions, 0 deletions