linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 0/4] rasdaemon: Add support for the CXL error events
@ 2023-03-17 14:23 Shiju Jose
  2023-03-17 14:23 ` [PATCH V5 1/4] rasdaemon: Move definition for BIT and BIT_ULL to a common file Shiju Jose
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shiju Jose @ 2023-03-17 14:23 UTC (permalink / raw)
  To: mchehab, linux-edac, linux-cxl; +Cc: jonathan.cameron, linuxarm, shiju.jose

Log and record the following CXL errors reported through the kernel
trace events. CXL poison errors, CXL AER uncorrectable errors and CXL AER
correctable errors.

Shiju Jose (4):
  rasdaemon: Move definition for BIT and BIT_ULL to a common file
  rasdaemon: Add support for the CXL poison events
  rasdaemon: Add support for the CXL AER uncorrectable errors
  rasdaemon: Add support for the CXL AER correctable errors

Changes:
V4 -> V5
1. Add logging of device serial number for the CXL AER uncorrectable and
    CXL AER correctable errors.
2. Rebased.
3. Updated the patches description.	

V3 -> V4
1. Modifications for the changes in the kernel patches
   a) https://lore.kernel.org/lkml/cover.1675983077.git.alison.schofield@intel.com/
   b) https://lore.kernel.org/linux-cxl/63e5ed38d77d9_138fbc2947a@iweiny-mobl.notmuch/T/#t

V2 -> V3
1. Fix for the comments from Dave Jiang.

RFC V1 -> V2
1. Rename uuid to region_uuid in the log and SQLite DB.
2. Rebase to the latest rasdaemon code.
3. Modify to match the name changes of interface structures and
   functions in the latest libtraceevent-dev, use in the rasdaemon. 

 Makefile.am                |   7 +-
 configure.ac               |  11 +
 ras-cxl-handler.c          | 410 +++++++++++++++++++++++++++++++++++++
 ras-cxl-handler.h          |  32 +++
 ras-events.c               |  33 +++
 ras-events.h               |   3 +
 ras-non-standard-handler.h |   3 -
 ras-record.c               | 213 +++++++++++++++++++
 ras-record.h               |  54 +++++
 ras-report.c               | 229 +++++++++++++++++++++
 ras-report.h               |   6 +
 11 files changed, 997 insertions(+), 4 deletions(-)
 create mode 100644 ras-cxl-handler.c
 create mode 100644 ras-cxl-handler.h

-- 
2.25.1


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

end of thread, other threads:[~2023-03-17 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 14:23 [PATCH V5 0/4] rasdaemon: Add support for the CXL error events Shiju Jose
2023-03-17 14:23 ` [PATCH V5 1/4] rasdaemon: Move definition for BIT and BIT_ULL to a common file Shiju Jose
2023-03-17 14:23 ` [PATCH V5 2/4] rasdaemon: Add support for the CXL poison events Shiju Jose
2023-03-17 14:23 ` [PATCH V5 3/4] rasdaemon: Add support for the CXL AER uncorrectable errors Shiju Jose
2023-03-17 14:23 ` [PATCH V5 4/4] rasdaemon: Add support for the CXL AER correctable errors Shiju Jose

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).