Re: [PATCH] EDAC/mc: call edac_inc_ue_error() before panic

From: Zhenzhong Duan
Date: Wed Jun 10 2020 - 22:37:37 EST


On Thu, Jun 11, 2020 at 1:19 AM Luck, Tony <tony.luck@xxxxxxxxx> wrote:
>
> On Wed, Jun 10, 2020 at 02:58:46PM +0800, Zhenzhong Duan wrote:
> > By calling edac_inc_ue_error() before panic, we get a correct UE error
> > count for core dump analysis.
>
> Looks accurate, and I'll add the patch to be applied. But I wonder
> how big a problem it is. Isn't most of the information deriveable
> from the panic message?

Thanks for review.
Yes, it's totally not a problem. I'm a little too strict here.

Zhenzhong