From: Ard Biesheuvel <ardb@xxxxxxxxxx> Hello Linus, Please pull this final EFI fix for v6.7, which addresses another minor issue caused by the EFI stub overhaul in v6.6. The following changes since commit 50d7cdf7a9b1ab6f4f74a69c84e974d5dc0c1bf1: efi/x86: Avoid physical KASLR on older Dell systems (2023-12-11 17:57:42 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.7-3 for you to fetch changes up to 01638431c465741e071ab34acf3bef3c2570f878: efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags (2024-01-02 16:51:28 +0100) ---------------------------------------------------------------- EFI fix for v6.7 #3 - Ensure that the KASLR load flag is set in boot_params when loading the kernel randomized directly from the EFI stub ---------------------------------------------------------------- Yuntao Wang (1): efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags drivers/firmware/efi/libstub/x86-stub.c | 2 ++ 1 file changed, 2 insertions(+)