On Fri, Mar 26, 2021 at 11:24:43PM +0100, William Roche wrote: > What we want is to make cec_add_elem() to return !0 value only > when the given pfn triggered an action, so that its callers should > log the error.
No, this is not what the CEC does - it collects those errors and when it reaches the threshold for any pfn, it offlines the corresponding page. I know, the comment above talks about: * That error event entry causes cec_add_elem() to return !0 value and thus * signal to its callers to log the error. but it doesn't do that. Frankly, I don't see the point of logging the error - it already says pr_err("Soft-offlining pfn: 0x%llx\n", pfn); which pfn it has offlined. And that is probably only mildly interesting to people - so what, 4K got offlined, servers have so much memory nowadays. The only moment one should start worrying is if one gets those pretty often but then you're probably better off simply scheduling maintenance and replacing the faulty DIMM - problem solved. > What I'm expecting from ras_cec is to "hide" CEs until they reach the > action threshold where an action is tried against the impacted PFN, That it does. > and it's now the time to log the error with the entire notifiers > chain. And I'm not sure why we'd want to do that. It simply offlines the page. But maybe you could explain what you're trying to achieve... Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette