mbox series

[0/2] rasdaemon: Add new AMD SMCA error decoding

Message ID 20191101144800.20803-1-Yazen.Ghannam@amd.com (mailing list archive)
Headers show
Series rasdaemon: Add new AMD SMCA error decoding | expand

Message

Yazen Ghannam Nov. 1, 2019, 2:48 p.m. UTC
From: Yazen Ghannam <yazen.ghannam@amd.com>

Hi Mauro,

This patchset adds new error decoding for recently released AMD Scalable
MCA systems. Also, the CPU family check is changed to a feature check.
This is because the Scalable MCA decoding should function the same on
any AMD system with this feature.

Also, this set was written by Brian Woods at AMD, but he has since left.
So I'm submitting on his behalf. Please let me know if I should re-do
the Signed-off-by's in another way.

Thanks,
Yazen

Brian Woods (2):
  rasdaemon: rename CPU_NAPLES cputype
  rasdaemon: add support for new AMD SMCA bank types

 mce-amd-smca.c    | 112 ++++++++++++++++++++++++++++++++++++++++++++++
 ras-mce-handler.c |  10 +++--
 ras-mce-handler.h |   2 +-
 3 files changed, 119 insertions(+), 5 deletions(-)