Re: [PATCH] x86/fpu: Delay instruction pointer fixup until after after warning

From: Dave Hansen
Date: Tue Jun 24 2025 - 16:59:57 EST


On 6/18/25 19:37, Chao Gao wrote:
> instead of delaying the RIP fixup,
>
>> fpu_reset_from_exception_fixup();
>> return true;
> can we do
>
> return ex_handler_default(fixup, regs);
>
> here? Similar to what other handlers ex_handler_{fault, sgx, uaccess, ...} are
> doing.

Yep, good idea. I don't see any reason that this should have been
special in the first place.