[GIT PULL] AMD64 EDAC updates, p1

From: Borislav Petkov
Date: Mon Sep 14 2009 - 13:19:27 EST


Hi Linus,

please pull the first (of two) AMD64 EDAC update sets. This one
adds MCE decoding functionality to the EDAC core and has been
simmering for a while now in linux-next. The next one will be
forthcoming in the next couple of days and will contain more general
cleanups/improvements/bugfixes.

Thanks.

The following changes since commit 74fca6a42863ffacaf7ba6f1936a9f228950f657:
Linus Torvalds (1):
Linux 2.6.31

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-linus

Borislav Petkov (15):
EDAC: move MCE error descriptions to EDAC core
EDAC: beef up ErrorCodeExt error signatures
amd64_edac: cleanup amd64_process_error_info
amd64_edac: cleanup/complete NB MCE decoding
amd64_edac: remove memory and GART TLB error decoders
amd64_edac: cleanup amd64_decode_bus_error
x86, mce: pass mce info to EDAC for decoding
EDAC, AMD: carve out MCi_STATUS decoding
EDAC, AMD: carve out decoding of MCi_STATUS ErrorCode
EDAC, AMD: decode data cache MCEs
EDAC, AMD: decode instruction cache MCEs
EDAC, AMD: decode bus unit MCEs
EDAC, AMD: decode load store MCEs
EDAC, AMD: decode FR MCEs
x86, mce: do not compile mcelog message on AMD

arch/x86/kernel/cpu/mcheck/mce.c | 12 +-
drivers/edac/Makefile | 6 +-
drivers/edac/amd64_edac.c | 328 +++++++++------------------
drivers/edac/amd64_edac.h | 71 +------
drivers/edac/amd64_edac_dbg.c | 2 +-
drivers/edac/amd64_edac_err_types.c | 161 -------------
drivers/edac/edac_mce_amd.c | 422 +++++++++++++++++++++++++++++++++++
drivers/edac/edac_mce_amd.h | 69 ++++++
8 files changed, 619 insertions(+), 452 deletions(-)
delete mode 100644 drivers/edac/amd64_edac_err_types.c
create mode 100644 drivers/edac/edac_mce_amd.c
create mode 100644 drivers/edac/edac_mce_amd.h

--
Regards/Gruss,
Boris.

Operating | Advanced Micro Devices GmbH
System | Karl-Hammerschmidt-Str. 34, 85609 Dornach b. München, Germany
Research | Geschäftsführer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni
Center | Sitz: Dornach, Gemeinde Aschheim, Landkreis München
(OSRC) | Registergericht München, HRB Nr. 43632

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/