On Thu, Jul 17, 2025 at 05:19:48PM +0000, Luck, Tony wrote: > >> Personally, I think this approach would be more helpful. Additionally, I > >> suggest not mixing CEs (Correctable Errors) and UEs (Uncorrectable > >> Errors) together. This is especially important for memory errors, as CEs > >> occur much more frequently than UEs, but their impact is much smaller. > > 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()?