mbox series

[0/4] rasdaemon: Fix return value type issue, some clean-up and add handling of run-time errors in ras-mc-ctl.in

Message ID 20230512094129.1468-1-shiju.jose@huawei.com (mailing list archive)
Headers show
Series rasdaemon: Fix return value type issue, some clean-up and add handling of run-time errors in ras-mc-ctl.in | expand

Message

Shiju Jose May 12, 2023, 9:41 a.m. UTC
From: Shiju Jose <shiju.jose@huawei.com>

1. rasdaemon: Fix return value type issue and some clean-up.
2. rasdaemon: ras-mc-ctl: Add handling of run-time errors reported when
   querying HiSilicon KunPeng9xx OEM errors. 

Shiju Jose (1):
  rasdaemon: ras-mc-ctl: Add handling of run-time errors reported when
    querying HiSilicon KunPeng9xx OEM errors

Xiaofei Tan (3):
  rasdaemon: fix return value type issue of read/write function from
    unistd.h
  rasdaemon: fix issue of signed and unsigned integer comparison
  rasdaemon: remove redundant header file and do some cleaup

 non-standard-hisi_hip08.c    |   2 +-
 non-standard-hisilicon.c     |   8 +-
 ras-diskerror-handler.c      |   2 +-
 ras-events.c                 |  45 ++--
 ras-memory-failure-handler.c |   7 +-
 util/ras-mc-ctl.in           | 421 ++++++++++++++++++++---------------
 6 files changed, 284 insertions(+), 201 deletions(-)