RE: [PATCH v7 2/3] x86/mce: Add per-bank CMCI storm mitigation

From: Luck, Tony
Date: Wed Sep 20 2023 - 12:09:58 EST


> I was just thinking, could we put all this code in threshold.c? That is
> the place for common thresholding support. And the CMCI storm handling
> seems like it'd be part of that.

Yazen,

I'll take a look at doing that. It might need to drop a handful of "static"
declarations of things in core.c to allow access from another file. But
it should just be a few. This code only hooks into a few spots.

-Tony

P.S. Thanks also for the detailed reviews you posted yesterday. I'm
still digesting those.