RE: [PATCH] x86/mce: add support SRAO reported via CMC check

From: Luck, Tony
Date: Tue Nov 14 2017 - 21:44:21 EST


> Yes, we could just remove the check for S=1, and place "AO" entries before
> "UCNA" entries.
>
> Is that right?

Probably. But you should give more thought than I just did to the order to
make sure that we don't give the wrong classification to something because
it now matches something early in the table when it ought to wait and match
a later entry.

This code is subtle :-(

-Tony