RE: [PATCH v2 5/7] x86/mce: Change default mce logger to check mce->kflags

From: Luck, Tony
Date: Tue Apr 07 2020 - 12:43:32 EST


>> + if (m->kflags)
>> + pr_emerg(HW_ERR "kflags = 0x%llx\n", m->kflags);
>
> I've zapped that hunk. I'd like to avoid exposing those kflags to
> luserspace in any shape or form for now.

Sure. It was useful while I was debugging. But I'm sure all the bugs are
gone now :-)

-Tony