linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Adds additional information to ARM RAS errors
@ 2024-03-21 22:55 Daniel Ferguson
  2024-03-21 22:55 ` [PATCH v5 1/2] RAS: ACPI: APEI: add conditional compilation to ARM specific error reporting routines Daniel Ferguson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Ferguson @ 2024-03-21 22:55 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown, James Morse, Tony Luck, Borislav Petkov
  Cc: linux-acpi, linux-kernel, linux-edac, Daniel Ferguson,
	Shengwei Luo, Jason Tian

The patch by Shengwei includes most of the justification for this series
in the commit message. The only thing i've done is add a few conditional compilation
directives based on feedback from a previous submission attempt. This series adds:

	1) Conditional compilation directives around ARM specific RAS error
           handling routines, so non-ARM platforms are not unnecessarily bloated.
        2) ARM Processor error section (As defined by UEFI 2.9 N2.4) to tracepoints for userspace
           consumption. This particular patch is a RESEND.

Originally:
	I did a RESEND of Shengwei's V3. I didn't make
        changes, and I didn't rev.
	The original patch: https://lore.kernel.org/lkml/20220214030813.135766-1-lostway@zju.edu.cn/
Changes since v3:
        Added conditional compilation directives
	previous submission(RESEND): https://lore.kernel.org/lkml/20231214232330.306526-1-danielf@os.amperecomputing.com/
Changes since v4:
        Rebased on latest linux master.
	No functional changes.
	previous submission: https://lore.kernel.org/linux-kernel/20240226-b4-arm-ras-error-vendor-info-v4-rc3-v4-0-08e0f168fec1@os.amperecomputing.com/

Signed-off-by: Daniel Ferguson <danielf@os.amperecomputing.com>
---
Daniel Ferguson (1):
      RAS: ACPI: APEI: add conditional compilation to ARM specific error reporting routines.

Shengwei Luo (1):
      RAS: Report ARM processor information to userspace

 drivers/acpi/apei/ghes.c |  7 +++++--
 drivers/ras/ras.c        | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
 include/linux/ras.h      | 20 ++++++++++++++++----
 include/ras/ras_event.h  | 48 +++++++++++++++++++++++++++++++++++++++++++-----
 4 files changed, 110 insertions(+), 13 deletions(-)
---
base-commit: 2ac2b1665d3fbec6ca709dd6ef3ea05f4a51ee4c
change-id: 20240321-b4-arm-ras-error-vendor-info-v5-rc3-b1dc428f519c

Best regards,
-- 
Daniel Ferguson <danielf@os.amperecomputing.com>


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

end of thread, other threads:[~2024-04-26 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 22:55 [PATCH v5 0/2] Adds additional information to ARM RAS errors Daniel Ferguson
2024-03-21 22:55 ` [PATCH v5 1/2] RAS: ACPI: APEI: add conditional compilation to ARM specific error reporting routines Daniel Ferguson
2024-03-21 22:55 ` [PATCH v5 2/2] RAS: Report ARM processor information to userspace Daniel Ferguson
2024-04-26 11:45   ` Shiju Jose
2024-04-11 20:43 ` [PATCH v5 0/2] Adds additional information to ARM RAS errors Daniel Ferguson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).