Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and watchdog_resume()

2015-08-05 Thread Ulrich Obergfell
> - Original Message - > From: "Andrew Morton" > ... > On Sat, 1 Aug 2015 14:49:23 +0200 Ulrich Obergfell > wrote: > >> This interface can be utilized to deactivate the hard and soft lockup >> detector temporarily. Callers are expected to minimize the duration of >> deactivation. Multip

Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and watchdog_resume()

2015-08-04 Thread Andrew Morton
On Sat, 1 Aug 2015 14:49:23 +0200 Ulrich Obergfell wrote: > This interface can be utilized to deactivate the hard and soft lockup > detector temporarily. Callers are expected to minimize the duration of > deactivation. Multiple deactivations are allowed to occur in parallel > but should be rare

Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and watchdog_resume()

2015-08-01 Thread Guenter Roeck
On Sat, Aug 01, 2015 at 10:39:22AM -0400, Ulrich Obergfell wrote: > > - Original Message - > > From: "Guenter Roeck" > > ... > > Subject: Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and > > watchdog_resume() > > > > On Sat

Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and watchdog_resume()

2015-08-01 Thread Ulrich Obergfell
> - Original Message - > From: "Guenter Roeck" > ... > Subject: Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and > watchdog_resume() > > On Sat, Aug 01, 2015 at 02:49:23PM +0200, Ulrich Obergfell wrote: >> This interface can be utilized t

Re: [PATCH 2/4] watchdog: introduce watchdog_suspend() and watchdog_resume()

2015-08-01 Thread Guenter Roeck
On Sat, Aug 01, 2015 at 02:49:23PM +0200, Ulrich Obergfell wrote: > This interface can be utilized to deactivate the hard and soft lockup > detector temporarily. Callers are expected to minimize the duration of > deactivation. Multiple deactivations are allowed to occur in parallel > but should be

[PATCH 2/4] watchdog: introduce watchdog_suspend() and watchdog_resume()

2015-08-01 Thread Ulrich Obergfell
This interface can be utilized to deactivate the hard and soft lockup detector temporarily. Callers are expected to minimize the duration of deactivation. Multiple deactivations are allowed to occur in parallel but should be rare in practice. Signed-off-by: Ulrich Obergfell --- include/linux/nmi