Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'efi-urgent-for-v6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi

Pull EFI fix from Ard Biesheuvel:

- Ensure that the KASLR load flag is set in boot_params when loading
the kernel randomized directly from the EFI stub

* tag 'efi-urgent-for-v6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags

+2
+2
drivers/firmware/efi/libstub/x86-stub.c
··· 787 787 efi_debug("AMI firmware v2.0 or older detected - disabling physical KASLR\n"); 788 788 seed[0] = 0; 789 789 } 790 + 791 + boot_params_ptr->hdr.loadflags |= KASLR_FLAG; 790 792 } 791 793 792 794 status = efi_random_alloc(alloc_size, CONFIG_PHYSICAL_ALIGN, &addr,