From: Shiju Jose <shiju.jose@xxxxxxxxxx> Add handling of following new fields in trace aer_event for advisory non-fatal and other errors. - cor_status (Correctable Error Status) - cor_mask (Correctable Error Mask) - uncor_status (Uncorrectable Error Status) - uncor_severity (Uncorrectable Error Severity) - uncor_mask (Uncorrectable Error Mask) - aer_cap_ctrl (AER Capabilities and Control) - link_status (Link Status) - device_status (Device Status) - device_control_2 (Device Control 2) https://lore.kernel.org/lkml/20240125062802.50819-5-qingshun.wang@xxxxxxxxxxxxxxx/ Shiju Jose (2): rasdaemon: Add handling of new fields in aer_event for advisory non-fatal and other errors rasdaemon: ras-mc-ctl: Add support for new fields in aer_event for advisory non-fatal and other errors ras-aer-handler.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++ ras-record.c | 20 ++++++++++++++++ ras-record.h | 10 ++++++++ ras-report.c | 24 +++++++++++++++++-- util/ras-mc-ctl.in | 19 +++++++++++---- 5 files changed, 127 insertions(+), 6 deletions(-) -- 2.34.1