Re: (subset) [PATCH v4 0/5] powerpc: watchdog fixes

2021-12-07 Thread Michael Ellerman
On Fri, 19 Nov 2021 21:31:41 +1000, Nicholas Piggin wrote: > These are some watchdog fixes and improvements, in particular a > deadlock between the wd_smp_lock and console lock when the watchdog > fires, found by Laurent. > > Thanks, > Nick > > [...] Patch 5 applied to powerpc/next. [5/5] power

[PATCH v4 0/5] powerpc: watchdog fixes

2021-11-19 Thread Nicholas Piggin
These are some watchdog fixes and improvements, in particular a deadlock between the wd_smp_lock and console lock when the watchdog fires, found by Laurent. Thanks, Nick Since v3: - Rebased on upstream. - Brought patch 5 into the series. - Fix bug with SMP watchdog last heartbeat time reporting.