RE: [patch V3 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code

From: Luck, Tony
Date: Wed Sep 08 2021 - 11:57:17 EST


> Changes vs. V2 [2]:
>
> - Fix the bogus left over check for #PF which causes boot failures

Much better. This version boots. Machine check recovery works as well as it did before
(user triggered machine checks are fine, kernel triggered ones are ok where they were
before and still trigger infinite loops where they did before).

-Tony