Re: [PATCH v11 7/9] x86/traps: Communicate a LASS violation in #GP message
From: Dave Hansen
Date: Fri Oct 31 2025 - 13:16:05 EST
On 10/29/25 14:03, Sohil Mehta wrote:
> To make the transition easier, enhance the #GP Oops message to include a
> hint about LASS violations. Also, add a special hint for kernel NULL
> pointer dereferences to match with the existing #PF message.
Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
This also reminds me... Are there tests for this somewhere? How did you
test all these new messages?