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

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