RE: [PATCH] ghes: Track number of recovered hardware errors
From: Luck, Tony
Date: Thu Jul 17 2025 - 13:54:27 EST
>> Total agreement on keeping corrected memory errors out of this special
>> handling. They happen all the time in a large fleet, and are not significant
>> unless the same address repeats.
>
> Are these EDAC errors? Shouldn't we track CE errors in
> edac_device_handle_ce_count()?
Existing code should already handle this. EDAC drivers register
with mce_register_injector_chain() to be told of memory errors.
-Tony