Re: [PATCH] powerpc/64s: watchdog false positive warning at CPU unplug

2017-06-30 Thread Michael Ellerman
Nicholas Piggin writes: > CPU unplug will call stop_wd_on_cpu regardless if the watchdog has > been configured to be enabled on that CPU. Don't warn in the case > it's not in our enabled mask, this is a valid case. > > Fixes: powerpc-64s-implement-arch-specific-hardlockup-watchdog.patch > Reporte

[PATCH] powerpc/64s: watchdog false positive warning at CPU unplug

2017-06-30 Thread Nicholas Piggin
CPU unplug will call stop_wd_on_cpu regardless if the watchdog has been configured to be enabled on that CPU. Don't warn in the case it's not in our enabled mask, this is a valid case. Fixes: powerpc-64s-implement-arch-specific-hardlockup-watchdog.patch Reported-by: Santosh Sivaraj Signed-off-by: