RE: [PATCH v3 1/2] x86, mce, severity: extend the the mce_severity mechanism to handle UCNA/DEFERRED error

From: Luck, Tony
Date: Wed Nov 12 2014 - 13:32:42 EST


> Just as what you said, the severity table entry for the "EN" check
> should have been skipped when calling from the CMCI/Poll handler.
> As shown below:
>
> MCESEV(
> NO, "Not enabled",
> EXCP, BITCLR(MCI_STATUS_EN)
> ),

Yes - that worked. The bank 7 error now gets processed and we offline the page.

-Tony