drivers/ras/amd/fmpm.c | 199 +++++++++++++++++++++++++++++++++++++++++ drivers/ras/cec.c | 10 ++- drivers/ras/debugfs.c | 8 +- drivers/ras/debugfs.h | 2 +- 4 files changed, 215 insertions(+), 4 deletions(-)
Hi all, This set adds two pieces of debug functionality. 1) Saving the system physical address of a recorded error. 2) Printing record entries through a debugfs file. I'd like to include Murali, Naveen, and Sathya as co-developers, since this is based on their previous work from here: https://lore.kernel.org/r/20231129075034.2159223-4-muralimk@amd.com v1 Link: https://lore.kernel.org/r/20240226152941.2615007-1-yazen.ghannam@amd.com v1->v2: * Patch 1 replaced with suggested patch from Boris. * Patch 2 update variable names and some code flow. * Patch 3 rebase on changes from 1 and 2. Thanks, Yazen Borislav Petkov (AMD) (1): RAS: Export helper to get ras_debugfs_dir Yazen Ghannam (2): RAS/AMD/FMPM: Save SPA values RAS/AMD/FMPM: Add debugfs interface to print record entries drivers/ras/amd/fmpm.c | 199 +++++++++++++++++++++++++++++++++++++++++ drivers/ras/cec.c | 10 ++- drivers/ras/debugfs.c | 8 +- drivers/ras/debugfs.h | 2 +- 4 files changed, 215 insertions(+), 4 deletions(-) base-commit: 3513ecaa685c6627a943b1f610421754734301fa -- 2.34.1
Hi Yazen and Boris, For Patch 2: "RAS/AMD/FMPM: Save SPA values", Please include below tags Co-developed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com> Signed-off-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com> Co-developed-by: muralidhara.mk@amd.com Signed-off-by: muralidhara.mk@amd.com Tested-by: sathyapriya.k@amd.com For Patch 3: "RAS/AMD/FMPM: Add debugfs interface to print record entries" Please include below tag Tested-by: sathyapriya.k@amd.com On 3/1/2024 8:07 PM, Yazen Ghannam wrote: > Hi all, > > This set adds two pieces of debug functionality. > 1) Saving the system physical address of a recorded error. > 2) Printing record entries through a debugfs file. > > I'd like to include Murali, Naveen, and Sathya as co-developers, since > this is based on their previous work from here: > https://lore.kernel.org/r/20231129075034.2159223-4-muralimk@amd.com > > v1 Link: > https://lore.kernel.org/r/20240226152941.2615007-1-yazen.ghannam@amd.com > > v1->v2: > * Patch 1 replaced with suggested patch from Boris. > * Patch 2 update variable names and some code flow. > * Patch 3 rebase on changes from 1 and 2. > > Thanks, > Yazen > > Borislav Petkov (AMD) (1): > RAS: Export helper to get ras_debugfs_dir > > Yazen Ghannam (2): > RAS/AMD/FMPM: Save SPA values > RAS/AMD/FMPM: Add debugfs interface to print record entries > > drivers/ras/amd/fmpm.c | 199 +++++++++++++++++++++++++++++++++++++++++ > drivers/ras/cec.c | 10 ++- > drivers/ras/debugfs.c | 8 +- > drivers/ras/debugfs.h | 2 +- > 4 files changed, 215 insertions(+), 4 deletions(-) > > > base-commit: 3513ecaa685c6627a943b1f610421754734301fa >
On Fri, Mar 01, 2024 at 08:37:45AM -0600, Yazen Ghannam wrote:
> Hi all,
>
> This set adds two pieces of debug functionality.
> 1) Saving the system physical address of a recorded error.
> 2) Printing record entries through a debugfs file.
>
> I'd like to include Murali, Naveen, and Sathya as co-developers, since
> this is based on their previous work from here:
> https://lore.kernel.org/r/20231129075034.2159223-4-muralimk@amd.com
>
> v1 Link:
> https://lore.kernel.org/r/20240226152941.2615007-1-yazen.ghannam@amd.com
>
> v1->v2:
> * Patch 1 replaced with suggested patch from Boris.
> * Patch 2 update variable names and some code flow.
> * Patch 3 rebase on changes from 1 and 2.
>
> Thanks,
> Yazen
>
> Borislav Petkov (AMD) (1):
> RAS: Export helper to get ras_debugfs_dir
>
> Yazen Ghannam (2):
> RAS/AMD/FMPM: Save SPA values
> RAS/AMD/FMPM: Add debugfs interface to print record entries
>
> drivers/ras/amd/fmpm.c | 199 +++++++++++++++++++++++++++++++++++++++++
> drivers/ras/cec.c | 10 ++-
> drivers/ras/debugfs.c | 8 +-
> drivers/ras/debugfs.h | 2 +-
> 4 files changed, 215 insertions(+), 4 deletions(-)
Applied, thanks.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
© 2016 - 2026 Red Hat, Inc.