All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Incorporate DRAM address in EDAC messages
@ 2026-06-29 15:07 Yazen Ghannam
  2026-06-29 15:07 ` [PATCH v6 1/3] EDAC: Remove fake_inject debugfs interface Yazen Ghannam
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yazen Ghannam @ 2026-06-29 15:07 UTC (permalink / raw)
  To: bp, linux-edac; +Cc: linux-kernel, Avadhut Naik

Hi all,

This revision includes a new pre-patch to remove the fake_inject
interface. The new patch includes a few tags for AI assistants. Please
let me know if they should be structured differently.

Also, two values were added to the EDAC message: Socket and IPID. These
are needed for translating back to a system address for page offlining,
etc.

Thanks,
Yazen

Cc: Avadhut Naik <avanaik92@gmail.com>

Link:
https://lore.kernel.org/all/20260518160716.171578-1-yazen.ghannam@amd.com

Changes in v6:
- Remove fake_inject interface. (Boris)
- Add two more values to 'other_detail'.

Changes in v5:
 - Address a comment from Sashiko in patch 2.

Changes in v4:
 - Drop a "handler available" check in patch 1.
 - Reword commit message in patch 2.
 - Reformat string in patch 2.

Avadhut Naik (2):
  RAS/AMD/ATL: Translate UMC normalized address to DRAM address using
    PRM
  EDAC/amd64: Include DRAM address in output

Yazen Ghannam (1):
  EDAC: Remove fake_inject debugfs interface

 drivers/edac/amd64_edac.c      | 32 ++++++++++++++++-
 drivers/edac/amd64_edac.h      |  3 ++
 drivers/edac/debugfs.c         | 65 +---------------------------------
 drivers/ras/amd/atl/core.c     |  3 +-
 drivers/ras/amd/atl/internal.h | 11 +++++-
 drivers/ras/amd/atl/prm.c      | 32 ++++++++++++++---
 drivers/ras/amd/atl/system.c   |  3 ++
 drivers/ras/amd/atl/umc.c      |  9 +++++
 drivers/ras/ras.c              | 18 ++++++++--
 include/linux/edac.h           |  3 --
 include/linux/ras.h            | 19 +++++++++-
 11 files changed, 121 insertions(+), 77 deletions(-)


base-commit: 749c5102487b558cc7d73961a6d0da2fceaa022d
-- 
2.53.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-06-30 18:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 15:07 [PATCH v6 0/3] Incorporate DRAM address in EDAC messages Yazen Ghannam
2026-06-29 15:07 ` [PATCH v6 1/3] EDAC: Remove fake_inject debugfs interface Yazen Ghannam
2026-06-30  5:30   ` Borislav Petkov
2026-06-29 15:07 ` [PATCH v6 2/3] RAS/AMD/ATL: Translate UMC normalized address to DRAM address using PRM Yazen Ghannam
2026-06-30  5:33   ` Borislav Petkov
2026-06-30 14:48     ` Yazen Ghannam
2026-06-30 18:55       ` Borislav Petkov
2026-06-29 15:07 ` [PATCH v6 3/3] EDAC/amd64: Include DRAM address in output Yazen Ghannam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.