Hello Linus, Please pull - notes are in the tag. Thanks, Ard. The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.5 for you to fetch changes up to 2e28a798c3092ea42b968fa16ac835969d124898: efi/libstub: Disable PCI DMA before grabbing the EFI memory map (2023-06-27 12:27:06 +0200) ---------------------------------------------------------------- EFI updates for v6.5 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 ---------------------------------------------------------------- Anisse Astier (1): efivarfs: expose used and total size Ard Biesheuvel (1): efi/libstub: Disable PCI DMA before grabbing the EFI memory map Nicholas Bishop (1): efi/esrt: Allow ESRT access without CAP_SYS_ADMIN Thomas Weißschuh (2): efi: x86: make kobj_type structure constant efi: make kobj_type structure constant arch/x86/platform/efi/quirks.c | 8 ++++++ arch/x86/platform/efi/runtime-map.c | 2 +- drivers/firmware/efi/efi.c | 1 + drivers/firmware/efi/esrt.c | 6 +--- drivers/firmware/efi/libstub/efi-stub-helper.c | 6 ++-- drivers/firmware/efi/vars.c | 12 ++++++++ fs/efivarfs/super.c | 39 +++++++++++++++++++++++++- include/linux/efi.h | 11 ++++++++ 8 files changed, 75 insertions(+), 10 deletions(-)