aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-04-09 14:40:05 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2019-04-30 11:31:02 +1000
commit7ae3f6e130e8dc6188b59e3b4ebc2f16e9c8d053 (patch)
tree92be9e3d4c9efa848e05c0873799c1e89630d569 /arch/powerpc/platforms
parentpowerpc/pseries: Track LMB nid instead of using device tree (diff)
downloadlinux-dev-7ae3f6e130e8dc6188b59e3b4ebc2f16e9c8d053.tar.xz
linux-dev-7ae3f6e130e8dc6188b59e3b4ebc2f16e9c8d053.zip
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/platforms')
0 files changed, 0 insertions, 0 deletions