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]
Message-ID: <20250118110917.GAZ4uL3XJE4ICoZfx8@fat_crate.local>
Date: Sat, 18 Jan 2025 12:09:17 +0100
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 v6.14

Hi Linus,

please pull the accumulated EDAC lineup for v6.14.

Thx.

---

The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac_updates_for_v6.14

for you to fetch changes up to 368736db4d1c317ad065a1c827b09cfac942e05a:

  Merge remote-tracking branches 'ras/edac-drivers' and 'ras/edac-misc' into edac-updates (2025-01-17 19:36:27 +0100)

----------------------------------------------------------------
- Remove the EDAC PowerPC Cell driver due to the removal of the IBM Cell
  blades support

- Add a new EDAC driver for Loongson SoCs which reports single-bit correctable
  errors

- Extend the SKX and i10NM EDAC drivers to support UV systems which can have
  more than 8 nodes

- Add Intel Clearwater Forest server support to i10nm_edac

- Minor fix

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

Kyle Meyer (1):
      EDAC/{i10nm,skx,skx_common}: Support UV systems

Michael Ellerman (1):
      EDAC/cell: Remove powerpc Cell driver

Qiuxu Zhuo (1):
      EDAC/i10nm: Add Intel Clearwater Forest server support

Yan Zhen (1):
      EDAC: Fix typos in comments

Zhao Qunqin (1):
      EDAC: Add an EDAC driver for the Loongson memory controller

 MAINTAINERS                         |   6 +
 arch/loongarch/Kconfig              |   1 +
 arch/powerpc/configs/cell_defconfig |   1 -
 drivers/edac/Kconfig                |  16 +-
 drivers/edac/Makefile               |   3 +-
 drivers/edac/cell_edac.c            | 281 ------------------------------------
 drivers/edac/edac_mc.c              |   2 +-
 drivers/edac/edac_mc_sysfs.c        |   6 +-
 drivers/edac/i10nm_base.c           |  12 +-
 drivers/edac/i5000_edac.c           |   8 +-
 drivers/edac/loongson_edac.c        | 157 ++++++++++++++++++++
 drivers/edac/skx_base.c             |   9 +-
 drivers/edac/skx_common.c           |  47 ++++--
 drivers/edac/skx_common.h           |   3 +-
 14 files changed, 222 insertions(+), 330 deletions(-)
 delete mode 100644 drivers/edac/cell_edac.c
 create mode 100644 drivers/edac/loongson_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