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

Qiuxu Zhuo posted 2 patches 3 years, 1 month ago
Only 0 patches received!
RE: [PATCH 0/2] edac: Add support to handle Deferred Error
Posted by Qiuxu Zhuo 3 years, 1 month ago
> From: Kamati Srinivas <quic_kamasrin@quicinc.com>
> ...
>
> 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(-)
Re: RE: [PATCH 0/2] edac: Add support to handle Deferred Error
Posted by Yazen Ghannam 2 years, 11 months ago
On 3/3/23 22:30, Qiuxu Zhuo wrote:
>> From: Kamati Srinivas <quic_kamasrin@quicinc.com>
>> ...
>>
>> 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.
>

I agree. On AMD systems, "deferred" errors are uncorrectable errors that
do not require immediate action. This may be similar to "action
optional" errors. They are still uncorrectable errors and can be counted
as such.

Thanks,
Yazen