mbox series

[GIT,PULL] RAS pile for 5.6

Message ID 20200127111755.GC24228@zn.tnic (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RAS pile for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

Message

Borislav Petkov Jan. 27, 2020, 11:17 a.m. UTC
Hi Linus,

please pull the below branch to receive the following RAS updates:

* Misc fixes to the MCA code all over the place, by Jan H. Schönherr.

* Initial support for AMD F19h and other cleanups to amd64_edac, by Yazen
Ghannam.

* Other small cleanups.

Thx.

---

The following changes since commit 7de7de7ca0ae0fc70515ee3154af33af75edae2c:

  Fix root mounting with no mount options (2019-12-16 08:42:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

for you to fetch changes up to 86e9f9d60eb5e0c5d99ddf6b79f4d308d6453bd0:

  EDAC/mce_amd: Make fam_ops static global (2020-01-16 21:52:48 +0100)

----------------------------------------------------------------
Arnd Bergmann (1):
      x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unused

Borislav Petkov (1):
      EDAC/mce_amd: Make fam_ops static global

Jan H. Schönherr (5):
      x86/mce: Pass MCE message to mce_panic() on failed kernel recovery
      x86/mce: Remove mce_inject_log() in favor of mce_log()
      x86/mce: Take action on UCNA/Deferred errors again
      x86/mce: Fix mce=nobootlog
      x86/mce: Fix use of uninitialized MCE message string

Yazen Ghannam (5):
      x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaType
      EDAC/mce_amd: Always load on SMCA systems
      x86/amd_nb: Add Family 19h PCI IDs
      EDAC/amd64: Add family ops for Family 19h Models 00h-0Fh
      EDAC/amd64: Drop some family checks for newer systems

 arch/x86/include/asm/mce.h            |   3 +-
 arch/x86/kernel/amd_nb.c              |   3 +
 arch/x86/kernel/cpu/mce/amd.c         |   2 +
 arch/x86/kernel/cpu/mce/core.c        |  70 ++++++++++-------------
 arch/x86/kernel/cpu/mce/inject.c      |   2 +-
 arch/x86/kernel/cpu/mce/internal.h    |   2 -
 arch/x86/kernel/cpu/mce/therm_throt.c |   2 +-
 drivers/edac/amd64_edac.c             |  62 +++++++++++---------
 drivers/edac/amd64_edac.h             |   3 +
 drivers/edac/mce_amd.c                | 105 ++++++++++++++++++++--------------
 include/linux/pci_ids.h               |   1 +
 11 files changed, 141 insertions(+), 114 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 27, 2020, 5:35 p.m. UTC | #1
The pull request you sent on Mon, 27 Jan 2020 12:17:55 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/30f5a75640998900d995e099e060e920e72790b2

Thank you!