All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <borislav.petkov@amd.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86 <x86@kernel.org>, Doug Thompson <norsk5@yahoo.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] AMD64 EDAC updates, p1
Date: Mon, 14 Sep 2009 19:19:05 +0200	[thread overview]
Message-ID: <20090914171905.GD13615@aftab> (raw)

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


             reply	other threads:[~2009-09-14 17:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-14 17:19 Borislav Petkov [this message]
2009-09-15 11:09 ` [origin tree build failure] Re: [GIT PULL] AMD64 EDAC updates, p1 Ingo Molnar
2009-09-15 13:29   ` Borislav Petkov
2009-09-15 14:38   ` Jean Delvare
2009-09-15 14:59     ` Borislav Petkov
2009-09-16  9:41       ` Américo Wang
2009-09-15 11:59 ` [origin tree build failure] [PATCH] Fix: amd64_edac.c:(.text+0x3e9491): undefined reference to `amd_decode_nb_mce' Ingo Molnar
2009-09-15 13:25   ` Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090914171905.GD13615@aftab \
    --to=borislav.petkov@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=norsk5@yahoo.com \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.