From: Jesus Esquivel Date: Mon, 3 Jun 2024 22:47:20 +0000 (-0600) Subject: rasdaemon: Add Corrected Internal Error for aer_cor_errors X-Git-Tag: v0.8.1~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9b5c23be236b7e8b011968015abc25a6a538a3a0;p=users%2Fmchehab%2Frasdaemon.git rasdaemon: Add Corrected Internal Error for aer_cor_errors Add "Corrected Internal Error" for aer_cor_errors to decode the error reported in status register in bit 14. Signed-off-by: Jesus Esquivel Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ras-aer-handler.c b/ras-aer-handler.c index 29f6551..7fca00d 100644 --- a/ras-aer-handler.c +++ b/ras-aer-handler.c @@ -35,6 +35,7 @@ static const char *aer_cor_errors[32] = { [8] = "RELAY_NUM Rollover", [12] = "Replay Timer Timeout", [13] = "Advisory Non-Fatal", + [14] = "Corrected Internal Error", }; /* bit field meaning for uncorrectable error */