mbox series

[RFC,V2,0/3] rasdaemon: Fix return value type issue, some clean-ups and add support for creating vendor tables at startup

Message ID 20230531160627.1506-1-shiju.jose@huawei.com (mailing list archive)
Headers show
Series rasdaemon: Fix return value type issue, some clean-ups and add support for creating vendor tables at startup | expand

Message

Shiju Jose May 31, 2023, 4:06 p.m. UTC
From: Shiju Jose <shiju.jose@huawei.com>

1. Fix return value type issue and some clean-up.
2. Fix issue of signed and unsigned integer comparison.
3. Add support for creating the vendor error tables at startup.
4. Make changes in the HiSilicon error handling code for the same.

Shiju Jose (1):
  rasdaemon: Add support for creating the vendor error tables at startup

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

Changes:
- V1 -> V2
1. Combine 2 fix patches together.
2. Remove patch ras-mc-ctl: Add handling of run-time errors reported when
    querying HiSilicon KunPeng9xx OEM errors.
3. Add support for creating the vendor error tables at rasdaemon startup.
   and make changes in the HiSilicon error handling code for the same.

 non-standard-hisi_hip08.c    | 78 +++++++++++++++++++++---------------
 non-standard-hisilicon.c     | 36 ++++++++++-------
 ras-diskerror-handler.c      |  2 +-
 ras-events.c                 | 62 ++++++++++++++++++++--------
 ras-memory-failure-handler.c |  7 ++--
 ras-non-standard-handler.c   | 35 +++++++++++++++-
 ras-non-standard-handler.h   |  3 ++
 7 files changed, 155 insertions(+), 68 deletions(-)