public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] watchdog/hpwdt: Cleanup Claiming NMI
@ 2023-11-09  2:44 Jerry Hoemann
  2023-11-09  2:44 ` [PATCH 1/2] watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO Jerry Hoemann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jerry Hoemann @ 2023-11-09  2:44 UTC (permalink / raw)
  To: linux, wim; +Cc: linux-watchdog, linux-kernel, Jerry Hoemann

In addition to being a watchdog, hpwdt participates in error
containmnet on ProLiant systems.

On legacy platforms (Gen 8/Gen 9 and earlier) Fatal IO errors would be
signaled as an IO CHECK NMI with expectation that hpwdt would be present
to receive the NMI and crash the systems thus containing the error.

A problem was that hwpdt did not discriminate enough in accepting NMIs.
This could lead to problems if an NMI generated for another subsystems
was not claimed by that subsystem and became UNKNOWN and was claimed
by hpwdt.  Application profiling was such an example.  While, profiling
issue was fixed, hpwdt should avoid claiming NMI not intended for it.

In iLO 5 time frame, checks were added to make hpwdt more selective
in claiming NMI.  This patchset cleans up the checks and enables it
for future versions of iLO.


Jerry Hoemann (2):
  watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
  watchdog/hpwdt: Remove checks on ilo5

 drivers/watchdog/hpwdt.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-27  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09  2:44 [PATCH 0/2] watchdog/hpwdt: Cleanup Claiming NMI Jerry Hoemann
2023-11-09  2:44 ` [PATCH 1/2] watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO Jerry Hoemann
2023-11-09  2:44 ` [PATCH 2/2] watchdog/hpwdt: Remove checks on ilo5 Jerry Hoemann
2023-11-27  3:16 ` [PATCH 0/2] watchdog/hpwdt: Cleanup Claiming NMI Jerry Hoemann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox