[PATCH 2/2] x86/mce: Report only DRAM ECC as memory errors on AMD systems

2017-12-01 Thread Yazen Ghannam
From: Yazen Ghannam The MCA_STATUS[ErrorCodeExt] field is very bank type specific. We currently check if the ErrorCodeExt value is 0x0 or 0x8 in mce_is_memory_error(), but we don't check the bank. This means that we could flag non-memory errors as memory errors. We know

[PATCH 2/2] x86/mce: Report only DRAM ECC as memory errors on AMD systems

2017-12-01 Thread Yazen Ghannam
From: Yazen Ghannam The MCA_STATUS[ErrorCodeExt] field is very bank type specific. We currently check if the ErrorCodeExt value is 0x0 or 0x8 in mce_is_memory_error(), but we don't check the bank. This means that we could flag non-memory errors as memory errors. We know that we want to flag