mbox series

[GIT,PULL] EDAC updates for v6.12

Message ID 20240909090302.GAZt65xhBpCvrrefhl@fat_crate.local (mailing list archive)
State New
Headers show
Series [GIT,PULL] EDAC updates for v6.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v6.12

Message

Borislav Petkov Sept. 9, 2024, 9:03 a.m. UTC
Hi Linus,

please pull EDAC updates for v6.12.

Like you said "All the actual work should be done before the
merge window" and before we bring you the pull requests live, written with
a pen and paper, lemme send you some now so that there's less stress next
week.

Thx.

---

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v6.12

for you to fetch changes up to 92f8358bce13da0b2c37122573a2b2d7de0071df:

  Merge remote-tracking branches 'ras/edac-amd-atl', 'ras/edac-misc' and 'ras/edac-drivers' into edac-updates (2024-09-09 10:51:30 +0200)

----------------------------------------------------------------
- Drop a now obsolete ppc4xx_edac driver

- Fix conversion to physical memory addresses on Intel's Elkhart Lake and Ice
  Lake hardware when the system address is above the (Top-Of-Memory) TOM
  address

- Pay attention to the memory hole on Zynq UltraScale+ MPSoC DDR controllers
  when injecting errors for testing purposes

- Add support for translating normalized error addresses reported by an AMD
  memory controller into system physical addresses using an UEFI mechanism
  called platform runtime mechanism (PRM).

- The usual cleanups and fixes

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      Merge remote-tracking branches 'ras/edac-amd-atl', 'ras/edac-misc' and 'ras/edac-drivers' into edac-updates

John Allen (2):
      ACPI: PRM: Add PRM handler direct call support
      RAS/AMD/ATL: Translate normalized to system physical addresses using PRM

Qiuxu Zhuo (4):
      EDAC/igen6: Fix conversion of system address to physical memory address
      EDAC/{skx_common,skx,i10nm}: Move the common debug code to skx_common
      EDAC/{skx_common,i10nm}: Remove the AMAP register for determing DDR5
      EDAC/sb_edac: Fix the compile warning of large frame size

Rob Herring (Arm) (1):
      EDAC: Drop obsolete PPC4xx driver

Shubhrajyoti Datta (1):
      EDAC/synopsys: Fix error injection on Zynq UltraScale+

 drivers/acpi/prmt.c            |   24 +
 drivers/edac/Kconfig           |    9 -
 drivers/edac/Makefile          |    1 -
 drivers/edac/i10nm_base.c      |   61 +-
 drivers/edac/igen6_edac.c      |    2 +-
 drivers/edac/ppc4xx_edac.c     | 1425 ----------------------------------------
 drivers/edac/ppc4xx_edac.h     |  167 -----
 drivers/edac/sb_edac.c         |   35 +-
 drivers/edac/skx_base.c        |   52 +-
 drivers/edac/skx_common.c      |   49 +-
 drivers/edac/skx_common.h      |    8 +
 drivers/edac/synopsys_edac.c   |   35 +-
 drivers/ras/amd/atl/Kconfig    |    4 +
 drivers/ras/amd/atl/Makefile   |    2 +
 drivers/ras/amd/atl/internal.h |   10 +
 drivers/ras/amd/atl/prm.c      |   57 ++
 drivers/ras/amd/atl/umc.c      |    5 +
 include/linux/prmt.h           |    5 +
 18 files changed, 222 insertions(+), 1729 deletions(-)
 delete mode 100644 drivers/edac/ppc4xx_edac.c
 delete mode 100644 drivers/edac/ppc4xx_edac.h
 create mode 100644 drivers/ras/amd/atl/prm.c

Comments

pr-tracker-bot@kernel.org Sept. 16, 2024, 4:55 a.m. UTC | #1
The pull request you sent on Mon, 9 Sep 2024 11:03:02 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v6.12

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

Thank you!