Re: Dell XPS13: MCE (Hardware Error) reported

From: Raj, Ashok
Date: Thu Jan 05 2017 - 18:28:32 EST


Hi Boris

On Thu, Jan 05, 2017 at 09:31:47PM +0100, Borislav Petkov wrote:
> On Thu, Jan 05, 2017 at 09:10:34PM +0100, Alexander Alemayhu wrote:
> > Not sure if it is related, but I am also seeing those messages on my
> > MacBookPro11,3:
>
> Yours look to me like thermal throttling MCEs. And TBH we whould
> not issue those as actual MCEs because they are not - they *signal*
> overheating condition only and should be handled differently.

After looking at the code, seems like these events are logged as MCE's
but are really picked from real lvt thermal event interrupts. via a fake
bank 128 for MCE_THERMAL. These are not really HW MCE's, but fake ones created
and logged as mcelog entries. (arch/x86/kernel/cpu/mcheck/therm_throt.c)