Blame SOURCES/0042-rasdaemon-decode-new-simple-error-code-number-6.patch

ac32bf
From 85a2ead8f2d6e380be8d8234ba752a558e8027ed Mon Sep 17 00:00:00 2001
ac32bf
From: Aristeu Rozanski <arozansk@redhat.com>
ac32bf
Date: Mon, 18 May 2015 14:19:29 -0300
ac32bf
Subject: [PATCH 02/13] rasdaemon: decode new simple error code number 6
ac32bf
ac32bf
This patch was based on fa313dd0144596dfa140bd66805367250d6eae9b
ac32bf
(mcelog)
ac32bf
ac32bf
	mcelog: Decode new simple error code number 6
ac32bf
ac32bf
	Edition 050 of the Intel SDM released in late February 2014
ac32bf
	includes a new simple error code in "Table 15-8. IA32_MCi_Status
ac32bf
	[15:0] Simple Error Code Encoding".  Code 6 (0000 0000 0000 0110)
ac32bf
	has been allocated for the reporting of cases where the BIOS SMM
ac32bf
	code attempts to execute code outside of the protected SMRR area.
ac32bf
ac32bf
	Signed-off-by: Tony Luck <tony.luck@intel.com>
ac32bf
	Signed-off-by: Andi Kleen <ak@linux.intel.com>
ac32bf
ac32bf
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
ac32bf
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
ac32bf
---
ac32bf
 mce-intel.c | 1 +
ac32bf
 1 file changed, 1 insertion(+)
ac32bf
ac32bf
diff --git a/mce-intel.c b/mce-intel.c
ac32bf
index 1546a1d..69ea00e 100644
ac32bf
--- a/mce-intel.c
ac32bf
+++ b/mce-intel.c
ac32bf
@@ -115,6 +115,7 @@ static char *mca_msg[] = {
ac32bf
 	[3] = "External error",
ac32bf
 	[4] = "FRC error",
ac32bf
 	[5] = "Internal parity error",
ac32bf
+	[6] = "SMM Handler Code Access Violation",
ac32bf
 };
ac32bf
 
ac32bf
 static char *tracking_msg[] = {
ac32bf
-- 
ac32bf
1.8.3.1
ac32bf