Re: [PATCH] [v2] x86/fpu: Delay instruction pointer fixup until after warning
From: Dave Hansen
Date: Wed Jun 25 2025 - 19:32:30 EST
On 6/25/25 01:57, Peter Zijlstra wrote:
> On Tue, Jun 24, 2025 at 02:01:48PM -0700, Dave Hansen wrote:
>> Changes from v1:
>> * Fix minor typos
>> * Use the more generic and standard ex_handler_default(). Had the
>> original code used this helper, the bug would not have been there
>> in the first place.
> Doesn't this here typically go under the --- with the diffstat etc?
I always put it first because it's the first thing I want the reviewers
to see. I don't like the idea of burying it.
But maybe I'm weird.