mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-14 22:39:21 +00:00
Although some more stuff is brewing, the EFI changes that are ready for
mainline are few, so not a lot to pull this cycle:
- improve the PCI DMA paranoia logic in the EFI stub
- some constification changes
- add statfs support to efivarfs
- allow user space to enumerate updatable firmware resources without
CAP_SYS_ADMIN
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQQm/3uucuRGn1Dmh0wbglWLn0tXAUCZJ1jIwAKCRAwbglWLn0t
XDs8AP9PAAWIgukyXkYpoxabaQQK1Pqw6Zv63XAcNYBHa4zjHwD/UTcYviQIlI0B
Rfj4i8pDQVVfReSI+lKWvhXfRQ5Qbgs=
=w6zX
-----END PGP SIGNATURE-----
Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull EFI updates from Ard Biesheuvel:
"Although some more stuff is brewing, the EFI changes that are ready
for mainline are few this cycle:
- improve the PCI DMA paranoia logic in the EFI stub
- some constification changes
- add statfs support to efivarfs
- allow user space to enumerate updatable firmware resources without
CAP_SYS_ADMIN"
* tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
efi/libstub: Disable PCI DMA before grabbing the EFI memory map
efi/esrt: Allow ESRT access without CAP_SYS_ADMIN
efivarfs: expose used and total size
efi: make kobj_type structure constant
efi: x86: make kobj_type structure constant
|
||
|---|---|---|
| .. | ||
| alignedmem.c | ||
| arm32-stub.c | ||
| arm64-stub.c | ||
| arm64.c | ||
| bitmap.c | ||
| efi-stub-entry.c | ||
| efi-stub-helper.c | ||
| efi-stub.c | ||
| efistub.h | ||
| fdt.c | ||
| file.c | ||
| find.c | ||
| gop.c | ||
| intrinsics.c | ||
| loongarch-stub.c | ||
| loongarch.c | ||
| Makefile | ||
| Makefile.zboot | ||
| mem.c | ||
| pci.c | ||
| printk.c | ||
| random.c | ||
| randomalloc.c | ||
| relocate.c | ||
| riscv-stub.c | ||
| riscv.c | ||
| screen_info.c | ||
| secureboot.c | ||
| skip_spaces.c | ||
| smbios.c | ||
| string.c | ||
| systable.c | ||
| tpm.c | ||
| unaccepted_memory.c | ||
| vsprintf.c | ||
| x86-stub.c | ||
| zboot-header.S | ||
| zboot.c | ||
| zboot.lds | ||