Re: [PATCH v2 2/3] watchdog: hpwdt: Check source of NMI

2017-10-23 Thread Guenter Roeck
On 10/23/2017 03:46 PM, Jerry Hoemann wrote: Do not claim the NMI (i.e. return NMI_DONE) if the source of the NMI isn't the iLO watchdog or debug. Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck --- drivers/watchdog/hpwdt.c | 10

Re: [PATCH v2 2/3] watchdog: hpwdt: Check source of NMI

2017-10-23 Thread Guenter Roeck
On 10/23/2017 03:46 PM, Jerry Hoemann wrote: Do not claim the NMI (i.e. return NMI_DONE) if the source of the NMI isn't the iLO watchdog or debug. Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck --- drivers/watchdog/hpwdt.c | 10 ++ 1 file changed, 10 insertions(+)

[PATCH v2 2/3] watchdog: hpwdt: Check source of NMI

2017-10-23 Thread Jerry Hoemann
Do not claim the NMI (i.e. return NMI_DONE) if the source of the NMI isn't the iLO watchdog or debug. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/watchdog/hpwdt.c

[PATCH v2 2/3] watchdog: hpwdt: Check source of NMI

2017-10-23 Thread Jerry Hoemann
Do not claim the NMI (i.e. return NMI_DONE) if the source of the NMI isn't the iLO watchdog or debug. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index