[PATCH v2] powerpc/watchdog: Use hrtimers for per-CPU heartbeat

Michael Ellerman patch-notifications at ellerman.id.au
Fri May 3 16:59:19 AEST 2019


On Tue, 2019-04-09 at 04:40:05 UTC, Nicholas Piggin wrote:
> 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 at linux.vnet.ibm.com>
> Reported-by: Ravikumar Bangoria <ravi.bangoria at in.ibm.com>
> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
> Tested-by: Ravi Bangoria <ravi.bangoria at linux.ibm.com>
> Reported-by: Ravi Bangoria <ravi.bangoria at linux.ibm.com>
> Reviewed-by: Gautham R. Shenoy <ego at linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7ae3f6e130e8dc6188b59e3b4ebc2f16

cheers


More information about the Linuxppc-dev mailing list