Blame SOURCES/0043-rasdaemon-Add-missing-entry-to-Ivy-Bridge-memory-con.patch

a0ebc9
From 064a74b1202e529b5e16a54218fc17974906af2d Mon Sep 17 00:00:00 2001
a0ebc9
From: Aristeu Rozanski <arozansk@redhat.com>
a0ebc9
Date: Mon, 18 May 2015 14:19:30 -0300
a0ebc9
Subject: [PATCH 03/13] rasdaemon: Add missing entry to Ivy Bridge memory
a0ebc9
 controller decode table
a0ebc9
a0ebc9
This patch is based on 2577aeb662374cb87169ee675b2e37c06f1aed99 (mcelog)
a0ebc9
a0ebc9
	mcelog: Add missing entry to Ivy Bridge memory controller decode table
a0ebc9
a0ebc9
	September 2013 edition of the software developer manual added an
a0ebc9
	entry that had been inadvertently omitted from earlier editions.
a0ebc9
	Add the 0x80 entry for "Corrected memory read error".
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-ivb.c | 1 +
a0ebc9
 1 file changed, 1 insertion(+)
a0ebc9
a0ebc9
diff --git a/mce-intel-ivb.c b/mce-intel-ivb.c
a0ebc9
index f2a133a..0c5bebc 100644
a0ebc9
--- a/mce-intel-ivb.c
a0ebc9
+++ b/mce-intel-ivb.c
a0ebc9
@@ -76,6 +76,7 @@ static char *memctrl_1[] = {
a0ebc9
 	[0x010] = "Uncorrected patrol scrub error",
a0ebc9
 	[0x020] = "Corrected spare error",
a0ebc9
 	[0x040] = "Uncorrected spare error",
a0ebc9
+	[0x080] = "Corrected memory read error",
a0ebc9
 	[0x100] = "iMC, WDB, parity errors",
a0ebc9
 };
a0ebc9
 
a0ebc9
-- 
a0ebc9
1.8.3.1
a0ebc9