mbox series

[RFC,0/2] rasdaemon: Add handling of new fields in aer_event for advisory non-fatal and other errors

Message ID 20240215114659.1513-1-shiju.jose@huawei.com (mailing list archive)
Headers show
Series rasdaemon: Add handling of new fields in aer_event for advisory non-fatal and other errors | expand

Message

Shiju Jose Feb. 15, 2024, 11:46 a.m. UTC
From: Shiju Jose <shiju.jose@huawei.com>

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@linux.intel.com/

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