diff options
| author | Nicholas Piggin <[email protected]> | 2019-04-09 14:40:05 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2019-04-30 11:31:02 +1000 |
| commit | 7ae3f6e130e8dc6188b59e3b4ebc2f16e9c8d053 (patch) | |
| tree | 92be9e3d4c9efa848e05c0873799c1e89630d569 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | b2d3b5ee66f2a04a918cc043cec0c9ed3de58f40 (diff) | |
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 <[email protected]>
Reported-by: Ravikumar Bangoria <[email protected]>
Signed-off-by: Nicholas Piggin <[email protected]>
Tested-by: Ravi Bangoria <[email protected]>
Reported-by: Ravi Bangoria <[email protected]>
Reviewed-by: Gautham R. Shenoy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions