Linux EDAC development
 help / color / mirror / Atom feed
* [PATCH 0/3] EDAC: fix error reporting handling during init for
@ 2026-04-30  8:42 Tushar Tibude
  2026-04-30  8:42 ` [PATCH 1/3] EDAC: i5000: disable error reporting at teardown and refactor helper Tushar Tibude
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tushar Tibude @ 2026-04-30  8:42 UTC (permalink / raw)
  To: mchehab, bp, tony.luck, linux-edac, linux-kernel
  Cc: qiuxu.zhuo, Tushar Tibude

For some drivers, during initialization error reporting is enabled,
but not properly handled during teardown or init fail, and this leaves 
it enabled in the register on exit.

This inconsistency was first identified for i7300_edac.c and a patch 
addressing it was reviewed: 

Link: https://lore.kernel.org/linux-edac/20260429094806.25097-1-tushar.tibude1000@gmail.com/

It was then discovered across multiple i5xxx drivers:

i5000_edac.c
i5100_edac.c
i5400_edac.c

This patch series aims to implement a fix for each of them.

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

end of thread, other threads:[~2026-05-01  2:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30  8:42 [PATCH 0/3] EDAC: fix error reporting handling during init for Tushar Tibude
2026-04-30  8:42 ` [PATCH 1/3] EDAC: i5000: disable error reporting at teardown and refactor helper Tushar Tibude
2026-04-30  8:42 ` [PATCH 2/3] EDAC: i5100: disable error reporting at teardown and create helper Tushar Tibude
2026-04-30  8:42 ` [PATCH 3/3] EDAC: i5400: disable error reporting at teardown and refactor helper Tushar Tibude
2026-04-30 14:18 ` [PATCH 0/3] EDAC: fix error reporting handling during init for Zhuo, Qiuxu
2026-04-30 22:40   ` Luck, Tony
2026-05-01  2:07     ` Zhuo, Qiuxu

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