mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v7 0/3] Incorporate DRAM address in EDAC messages
@ 2026-06-30 21:06 Yazen Ghannam
  2026-06-30 21:06 ` [PATCH v7 1/3] RAS/AMD/ATL: Directly export address translation helper Yazen Ghannam
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Yazen Ghannam @ 2026-06-30 21:06 UTC (permalink / raw)
  To: bp, linux-edac; +Cc: linux-kernel, Avadhut Naik

Hi all,

This revision includes a new pre-patch based on the diff from Boris in
the last revision. The subsequent patches were fixed up as needed. There
were some minor changes due to formatting, etc. Boris, please do adjust
the attributions as you see fit.

The first patch has an Assisted-by tag due to help spotting and fixing a
build issue with a particular Kconfig combination.

Thanks,
Yazen

Cc: Avadhut Naik <avanaik92@gmail.com>

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

Changes in v7:
- Drop fake_inject patch that was already accepted.
- Remove function pointers. (Boris).

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):
  RAS/AMD/ATL: Directly export address translation helper

 drivers/edac/amd64_edac.c      | 34 ++++++++++++++++++++++++++++++++--
 drivers/edac/amd64_edac.h      |  3 +++
 drivers/ras/amd/atl/core.c     | 23 ++++++++++++-----------
 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      | 11 ++++++++++-
 drivers/ras/amd/fmpm.c         |  2 +-
 drivers/ras/ras.c              | 31 -------------------------------
 include/linux/ras.h            | 22 +++++++++++++++++-----
 10 files changed, 116 insertions(+), 56 deletions(-)


base-commit: 1129f95c19e50823398822a775c9adc141113196
-- 
2.53.0


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

end of thread, other threads:[~2026-07-08  2:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 21:06 [PATCH v7 0/3] Incorporate DRAM address in EDAC messages Yazen Ghannam
2026-06-30 21:06 ` [PATCH v7 1/3] RAS/AMD/ATL: Directly export address translation helper Yazen Ghannam
2026-06-30 21:06 ` [PATCH v7 2/3] RAS/AMD/ATL: Translate UMC normalized address to DRAM address using PRM Yazen Ghannam
2026-07-07  0:32   ` Borislav Petkov
2026-07-07 13:57     ` Yazen Ghannam
2026-07-08  1:58       ` Borislav Petkov
2026-06-30 21:06 ` [PATCH v7 3/3] EDAC/amd64: Include DRAM address in output Yazen Ghannam
2026-07-07  0:37   ` Borislav Petkov
2026-07-07 14:02     ` Yazen Ghannam
2026-07-08  2:00       ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox