[GIT,PULL] RAS updates for 6.5

Message ID 20230626125103.GBZJmJtwLDs7j3GSJw@fat_crate.local
State New
Headers
Series [GIT,PULL] RAS updates for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.5

Message

Borislav Petkov June 26, 2023, 12:51 p.m. UTC
  Hi Linus,

please pull the set of RAS updates for 6.5.

Thx.

---

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.5

for you to fetch changes up to 4251566ebc1cf95ae26a1e5a24cdac1ac25e942f:

  EDAC/amd64: Cache and use GPU node map (2023-06-19 13:01:44 +0200)

----------------------------------------------------------------
- Add initial support for RAS hardware found on AMD server GPUs (MI200).
  Those GPUs and CPUs are connected together through the coherent fabric
  and the GPU memory controllers report errors through x86's MCA so EDAC
  needs to support them. The amd64_edac driver supports now HBM (High
  Bandwidth Memory) and thus such heterogeneous memory controller
  systems

- Other small cleanups and improvements

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      x86/amd_nb: Re-sort and re-indent PCI defines

Muralidhara M K (2):
      EDAC/amd64: Document heterogeneous system enumeration
      EDAC/amd64: Add support for AMD heterogeneous Family 19h Model 30h-3Fh

Osama Muhammad (1):
      ras/debugfs: Fix error checking for debugfs_create_dir()

Yazen Ghannam (4):
      x86/MCE: Check a hw error's address to determine proper recovery action
      x86/amd_nb: Add MI200 PCI IDs
      x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errors
      EDAC/amd64: Cache and use GPU node map

 Documentation/driver-api/edac.rst | 120 ++++++++++++
 arch/x86/kernel/amd_nb.c          |  50 ++---
 arch/x86/kernel/cpu/mce/amd.c     |   6 +-
 arch/x86/kernel/cpu/mce/core.c    |   2 +-
 drivers/edac/amd64_edac.c         | 386 +++++++++++++++++++++++++++++++++++---
 drivers/edac/amd64_edac.h         |   1 +
 drivers/edac/mce_amd.c            |   3 +-
 drivers/ras/debugfs.c             |   2 +-
 include/linux/pci_ids.h           |   1 +
 9 files changed, 513 insertions(+), 58 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 26, 2023, 10:54 p.m. UTC | #1
The pull request you sent on Mon, 26 Jun 2023 14:51:03 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/ras_core_for_v6.5

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

Thank you!