]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
rasdaemon: Add Corrected Internal Error for aer_cor_errors
authorJesus Esquivel <jesus.esquivel@intel.com>
Mon, 3 Jun 2024 22:47:20 +0000 (16:47 -0600)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 11 Jun 2024 10:00:17 +0000 (12:00 +0200)
Add "Corrected Internal Error" for aer_cor_errors to decode
the error reported in status register in bit 14.

Signed-off-by: Jesus Esquivel <jesus.esquivel@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
ras-aer-handler.c

index 29f6551e5de14e053b3e7c2e67c47d7159546cdb..7fca00df339173d6089c5df25f77a1971ce3a9fc 100644 (file)
@@ -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 */