Re: [PATCH v11 5/9] x86/efi: Disable LASS while mapping the EFI runtime services

From: Dave Hansen

Date: Fri Oct 31 2025 - 13:41:31 EST


On 10/31/25 10:38, Andy Lutomirski wrote:
> Am I imagining an issue that doesn’t exist? Is there some way to be
> reasonably convinced that you haven’t missed another EFI code path?
> Would it be ridiculous to defer enabling LASS until we’re almost
> ready to run user code?
Deferring is a good idea. I was just asking for the same thing for the
CR pinning enforcement. The earlier we try to do these things, the more
we just trip over ourselves.