linux/drivers/firmware/efi/libstub
Linus Torvalds 5499315668 EFI fixes for v6.10 #1
- Followup fix for the EFI boot sequence refactor, which may result in
   physical KASLR putting the kernel in a region which is being used for
   a special purpose via a command line argument.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQQQm/3uucuRGn1Dmh0wbglWLn0tXAUCZks6+wAKCRAwbglWLn0t
 XCJzAQCOgl1bhfwU14U0KNjboeCcQKYrvD/6AmqM/UBsQyfB4gD+NuEAh2iKldeS
 +5DuaWE3/sMPrZlTpatNF5E99mu2uAQ=
 =Um+v
 -----END PGP SIGNATURE-----

Merge tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi

Pull EFI fix from Ard Biesheuvel:

 - Followup fix for the EFI boot sequence refactor, which may result in
   physical KASLR putting the kernel in a region which is being used for
   a special purpose via a command line argument.

* tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
  x86/efistub: Omit physical KASLR when memory reservations exist
2024-05-21 11:50:26 -07:00
..
alignedmem.c efi/libstub: Add one kernel-doc comment 2024-01-30 21:44:21 +01:00
arm32-stub.c
arm64-stub.c arm64: libstub: Move KASLR handling functions to kaslr.c 2023-09-05 19:49:29 -07:00
arm64.c efi/zboot: arm64: Grab code size from ELF symbol in payload 2023-04-26 23:06:48 +02:00
bitmap.c efi/libstub: Implement support for unaccepted memory 2023-06-06 16:58:23 +02:00
efi-stub-entry.c efi: move screen_info into efi init code 2023-10-17 16:33:39 +02:00
efi-stub-helper.c EFI updates for v6.9: 2024-03-13 12:37:41 -07:00
efi-stub.c efi/libstub: Add get_event_log() support for CC platforms 2024-03-09 11:37:17 +01:00
efistub.h EFI updates for v6.9: 2024-03-13 12:37:41 -07:00
fdt.c efi: libstub: only free priv.runtime_map when allocated 2024-04-29 17:47:32 +02:00
file.c
find.c efi/libstub: Implement support for unaccepted memory 2023-06-06 16:58:23 +02:00
gop.c
intrinsics.c
kaslr.c x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR 2024-01-30 21:44:21 +01:00
loongarch-stub.c efi/loongarch: Directly position the loaded image file 2023-12-19 11:16:37 +01:00
loongarch-stub.h efi/loongarch: Directly position the loaded image file 2023-12-19 11:16:37 +01:00
loongarch.c efi/loongarch: Directly position the loaded image file 2023-12-19 11:16:37 +01:00
Makefile Makefile: remove redundant tool coverage variables 2024-05-14 23:35:48 +09:00
Makefile.zboot efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_pad 2023-12-19 10:02:40 +00:00
mem.c arm64: efi: Limit allocations to 48-bit addressable physical region 2022-12-07 19:50:44 +01:00
pci.c
printk.c
random.c efi: stub: use random seed from EFI variable 2022-12-01 09:51:21 +01:00
randomalloc.c efi/libstub: Cast away type warning in use of max() 2024-03-28 16:18:57 +01:00
relocate.c
riscv-stub.c riscv: libstub: Implement KASLR by using generic functions 2023-09-05 19:49:31 -07:00
riscv.c
screen_info.c efi: Do not include <linux/screen_info.h> from EFI header 2023-07-08 20:26:36 +02:00
secureboot.c
skip_spaces.c
smbios.c efi/libstub: smbios: Drop unused 'recsize' parameter 2023-03-18 11:44:57 +01:00
string.c
systable.c
tpm.c efi/libstub: Add get_event_log() support for CC platforms 2024-03-09 11:37:17 +01:00
unaccepted_memory.c efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table 2023-09-11 06:37:51 +00:00
vsprintf.c
x86-5lvl.c x86/asm: Always set A (accessed) flag in GDT descriptors 2023-12-20 10:57:51 +01:00
x86-stub.c EFI fixes for v6.10 #1 2024-05-21 11:50:26 -07:00
x86-stub.h x86/efistub: Give up if memory attribute protocol returns an error 2024-01-26 16:58:19 +01:00
zboot-header.S efi/zboot: Set forward edge CFI compat header flag if supported 2023-04-20 15:45:12 +02:00
zboot.c x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR 2024-01-30 21:44:21 +01:00
zboot.lds efi/zboot: arm64: Inject kernel code size symbol into the zboot payload 2023-04-26 18:01:41 +02:00