RE: [PATCH 0/2] edac: Add support to handle Deferred Error

From: Qiuxu Zhuo
Date: Fri Mar 03 2023 - 22:32:12 EST


> From: Kamati Srinivas <quic_kamasrin@xxxxxxxxxxx>
> ...
>
> This patchset adds support to handle Deferred error, also

It would be better if there is a use case showing some EDAC
driver(s) needs this newly added "Deferred Error" code
in the EDAC core.

-Qiuxu

> cleans up the code for log_ue/ce and corresponding APIs.
>
> Kamati Srinivas (2):
> edac: Modify sysfs enabled values log_ue, log_ce to bool
> edac: Add support to handle DE (Deferred Errors)
>
> drivers/edac/edac_device.c | 57 ++++++++++++++++++++++++++++++--
> drivers/edac/edac_device.h | 34 +++++++++++++++++--
> drivers/edac/edac_device_sysfs.c | 50 ++++++++++++++++++++++++----
> 3 files changed, 130 insertions(+), 11 deletions(-)