RE: [PATCH 0/7] Intel platform driver to reset bitfix filters

From: Luck, Tony

Date: Tue Aug 25 2026 - 14:55:43 EST


> > This code was originally developend by Qiuxu as an add-on to an EDAC
> > driver. But not everyone wants to run an EDAC driver,
>
> Interesting, what's so bad about EDAC drivers that makes you move all that
> functionality which is clearly RAS/MCE/EDAC into some random platform driver?

Mostly that not everyone wants to run EDAC drivers.

> There's also arch/x86/kernel/cpu/mce/intel.c and that doesn't fit either?

Plausibly. But it is model specific. Needs to know how h/w banks are shared
between logical CPUs so it can get the time comparisons right when a shared
bank reports BFF overflow on different CPUs. Intel doesn't have any enumeration
for bank sharing, and changes things often.

It's also just for one (not yet released) CPU model today. So, building it into the MCE
code would be overhead for almost everyone.

But I can move it if you think that is a better place for it.

-Tony