From 9b5c23be236b7e8b011968015abc25a6a538a3a0 Mon Sep 17 00:00:00 2001 From: Jesus Esquivel Date: Mon, 3 Jun 2024 16:47:20 -0600 Subject: [PATCH] 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 --- ras-aer-handler.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.49.0