[GIT,PULL] EDAC updates for 6.5

Message ID 20230626114842.GAZJl7GsleaEc2+cU1@fat_crate.local
State New
Headers
Series [GIT,PULL] EDAC updates for 6.5 |

Pull-request

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

Message

Borislav Petkov June 26, 2023, 11:48 a.m. UTC
  Hi Linus,

please pull the accumulated EDAC updates for 6.5.

Thx.

---

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5

for you to fetch changes up to 852667c317ae23f366cfaade3b9269b1943888dd:

  Merge ras/edac-drivers into for-next (2023-06-12 15:15:36 +0200)

----------------------------------------------------------------
- amd64_edac: Add support for Zen4 client hardware

- amd64_edac: Remove the version string as it is useless and actively
  confusing when looking at backported versions of the driver

- Add a driver for the Nuvoton NPCM memory controller

- A debugfs error checking cleanup

----------------------------------------------------------------
Borislav Petkov (AMD) (2):
      Merge ras/edac-misc into for-next
      Merge ras/edac-drivers into for-next

Hristo Venev (1):
      EDAC/amd64: Add support for ECC on family 19h model 60h-7Fh

Marvin Lin (2):
      dt-bindings: memory-controllers: nuvoton: Add NPCM memory controller
      EDAC/npcm: Add NPCM memory controller driver

Yazen Ghannam (1):
      EDAC/amd64: Remove module version string

Yeqi Fu (1):
      EDAC/thunderx: Check debugfs file creation retval properly

 .../nuvoton,npcm-memory-controller.yaml            |  50 ++
 MAINTAINERS                                        |   8 +
 drivers/edac/Kconfig                               |  11 +
 drivers/edac/Makefile                              |   1 +
 drivers/edac/amd64_edac.c                          |  12 +-
 drivers/edac/amd64_edac.h                          |   1 -
 drivers/edac/npcm_edac.c                           | 543 +++++++++++++++++++++
 drivers/edac/thunderx_edac.c                       |   2 +-
 8 files changed, 623 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml
 create mode 100644 drivers/edac/npcm_edac.c
  

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 13:48:42 +0200:

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

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

Thank you!