mbox series

[GIT,PULL] EFI updates for v6.5

Message ID 20230629232730.1484117-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI updates for v6.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.5

Message

Ard Biesheuvel June 29, 2023, 11:27 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 1, 2023, 5:05 a.m. UTC | #1
The pull request you sent on Fri, 30 Jun 2023 01:27:30 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/937d96d2d567fe0d86a2f39a7f988bf31c66d3e6

Thank you!