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: <20240909090302.GAZt65xhBpCvrrefhl@fat_crate.local>
Date: Mon, 9 Sep 2024 11:03:02 +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 v6.12

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


-- 
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