[PATCH 0/3] EDAC: fix error reporting handling during init for
From: Tushar Tibude
Date: Thu Apr 30 2026 - 04:46:16 EST
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@xxxxxxxxx/
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.