Re: [PATCH 5/5] x86/cpu: Remove LASS restriction on vsyscall emulation

From: Dave Hansen

Date: Tue Mar 03 2026 - 11:44:00 EST


On 2/19/26 15:36, Sohil Mehta wrote:
> As vsyscall emulation is now supported during #GP, remove the
> restriction on LASS when vsyscall emulation is compiled in.
>
> As a result, there is no need for setup_lass() anymore. LASS is enabled
> by default through a late_initcall().

Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>

Now we just need to get patch 3 settled.