Re: [PATCH 4/6] watchdog/hpwdt: Add module parameter kdumptimeout.

2019-06-06 Thread Guenter Roeck
On Fri, May 17, 2019 at 02:59:41PM -0600, Jerry Hoemann wrote: > Instead of unconditionally stopping the watchdog timer after receipt of > a pretimeout NMI, reprogram the timeout based upon module parameter > kdumptimeout. > > The provides a more flexible override than the depricated allow_kdump.

[PATCH 4/6] watchdog/hpwdt: Add module parameter kdumptimeout.

2019-05-17 Thread Jerry Hoemann
Instead of unconditionally stopping the watchdog timer after receipt of a pretimeout NMI, reprogram the timeout based upon module parameter kdumptimeout. The provides a more flexible override than the depricated allow_kdump. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 27