lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 26 Jun 2023 13:48:42 +0200
From:   Borislav Petkov <bp@...en8.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-edac <linux-edac@...r.kernel.org>,
        lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] EDAC updates for 6.5

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

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ