Re: [PATCH v2 2/5] watchdog: hpwdt: Claim NMI from iLO

2018-08-14 Thread Guenter Roeck
On 08/08/2018 12:13 PM, Jerry Hoemann wrote: The hwpdt driver is overloaded for handling both the iLO watchdog and the explicit "Generate NMI to System" virutal button. Hence NMI handler needs to claim NMI resulting from the virutal button. Claim if iLO generated accommodating firmware that mig

[PATCH v2 2/5] watchdog: hpwdt: Claim NMI from iLO

2018-08-08 Thread Jerry Hoemann
The hwpdt driver is overloaded for handling both the iLO watchdog and the explicit "Generate NMI to System" virutal button. Hence NMI handler needs to claim NMI resulting from the virutal button. Claim if iLO generated accommodating firmware that might set wrong bit. Signed-off-by: Jerry Hoemann