RE: [RFC] x86_64: A real proposal for iret-less return to kernel

From: Luck, Tony
Date: Wed May 21 2014 - 18:22:12 EST


>> That TIF_MCE_NOTIFY prevents the return to user mode, and we end up in mce_notify_process().
>
> Why is this necessary?

The recovery path has to do more than just send a signal - it needs to walk processes and
"mm"s to see which have mapped the physical address that the h/w told us has gone bad.

-Tony