Re: [PATCH v2 4/7] x86/mce: Fix all mce notifiers to update the mce->kflags bitmask

From: Borislav Petkov
Date: Tue Apr 07 2020 - 04:21:48 EST


On Fri, Feb 14, 2020 at 02:27:17PM -0800, Tony Luck wrote:
> If the handler took any action to log or deal with the error, set
> a bit int mce->kflags so that the default handler on the end of
> the machine check chain can see what has been done.
>
> Get rid of NOTIFY_STOP (well almost ... mce_amd.c is currently using
> it to filter out some GART TLB errors ... need to deal with that
> later).

Here's me dealing with it :-)

Btw, no need to resend with it - I'm already queueing it all locally
here along with more rework ontop and send it all once done.

Thx.

---