Subject: [PATCH v4 0/2] Add EDAC driver for loongson memory controller
From: Zhao Qunqin <zhaoqunqin@loongson.cn>
To: robh@kernel.org,
	krzk+dt@kernel.org,
	conor+dt@kernel.org,
	chenhuacai@kernel.org
Cc: linux-edac@vger.kernel.org,
	devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	kernel@xen0n.name,
	bp@alien8.de,
	tony.luck@intel.com,
	james.morse@arm.com,
	mchehab@kernel.org,
	rric@kernel.org,
	loongarch@lists.linux.dev,
	Zhao Qunqin <zhaoqunqin@loongson.cn>
Date: Mon,  9 Sep 2024 11:21:22 +0800

.
Subject: [GIT PULL] EDAC updates for v6.12
From: Borislav Petkov <bp@alien8.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-edac <linux-edac@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Date: Mon, 9 Sep 2024 11:03:02 +0200

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

.
Subject: [PATCH 0/3] x86/mce: Add Zhaoxin MCE support
From: Tony W Wang-oc <TonyWWang-oc@zhaoxin.com>
To: <tglx@linutronix.de>, <mingo@redhat.com>, <bp@alien8.de>,
	<dave.hansen@linux.intel.com>, <x86@kernel.org>, <hpa@zytor.com>,
	<tony.luck@intel.com>, <linux-kernel@vger.kernel.org>,
	<linux-edac@vger.kernel.org>
Date: Mon, 9 Sep 2024 18:43:46 +0800

.
