mbox series

[GIT,PULL] EDAC urgent for v6.15-rc3

Message ID 20250415123332.GAZ_5SHIlZcpQxbLMj@fat_crate.local (mailing list archive)
State New
Headers show
Series [GIT,PULL] EDAC urgent for v6.15-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_urgent_for_v6.15_rc3

Message

Borislav Petkov April 15, 2025, 12:33 p.m. UTC
Hi Linus,

please pull two urgent EDAC fixes for v6.15-rc3.

Thx.

---

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_urgent_for_v6.15_rc3

for you to fetch changes up to 58029c39cdc54ac4f4dc40b4a9c05eed9f9b808a:

  RAS/AMD/FMPM: Get masked address (2025-04-08 19:30:58 +0200)

----------------------------------------------------------------
Two fixes to the AMD translation library for the MI300 side of things:

  - Use the row[13] bit when calculating the memory row to retire

  - Mask the physical row address in order to avoid creating duplicate
    error records

----------------------------------------------------------------
Yazen Ghannam (2):
      RAS/AMD/ATL: Include row[13] bit in row retirement
      RAS/AMD/FMPM: Get masked address

 drivers/ras/amd/atl/internal.h |  3 +++
 drivers/ras/amd/atl/umc.c      | 19 +++++++++++++++++--
 drivers/ras/amd/fmpm.c         |  9 ++++++++-
 3 files changed, 28 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 15, 2025, 4:03 p.m. UTC | #1
The pull request you sent on Tue, 15 Apr 2025 14:33:32 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_urgent_for_v6.15_rc3

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

Thank you!