Re: [PATCH v3 0/4] powerpc: watchdog fixes

2021-11-25 Thread Laurent Dufour
On 25/11/2021, 16:26:33, Michal Suchánek wrote: > Hello, > > On Thu, Nov 25, 2021 at 04:11:03PM +0100, Laurent Dufour wrote: >> On 25/11/2021, 10:36:43, Michael Ellerman wrote: >>> On Wed, 10 Nov 2021 12:50:52 +1000, Nicholas Piggin wrote: These are some watchdog fixes and improvements, in pa

Re: [PATCH v3 0/4] powerpc: watchdog fixes

2021-11-25 Thread Michal Suchánek
Hello, On Thu, Nov 25, 2021 at 04:11:03PM +0100, Laurent Dufour wrote: > On 25/11/2021, 10:36:43, Michael Ellerman wrote: > > On Wed, 10 Nov 2021 12:50:52 +1000, Nicholas Piggin wrote: > >> These are some watchdog fixes and improvements, in particular a > >> deadlock between the wd_smp_lock and co

Re: [PATCH v3 0/4] powerpc: watchdog fixes

2021-11-25 Thread Laurent Dufour
On 25/11/2021, 10:36:43, Michael Ellerman wrote: > On Wed, 10 Nov 2021 12:50:52 +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 >

Re: [PATCH v3 0/4] powerpc: watchdog fixes

2021-11-25 Thread Michael Ellerman
On Wed, 10 Nov 2021 12:50:52 +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 > > [...] Applied to powerpc/next. [1/4] powerpc/watch

[PATCH v3 0/4] powerpc: watchdog fixes

2021-11-09 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 v2: - Fix a false positive warning in patch 1 found by Laurent. - Move a comment change hunk to the correct patch. - Drop