mbox series

[GIT,PULL] EFI updates for v5.17

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.17

Message

Ard Biesheuvel Jan. 10, 2022, 9:03 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.17

for you to fetch changes up to 42f4046bc4ba56c6e4d2af7a9d7f70eaa563daec:

  efi: use default_groups in kobj_type (2022-01-06 21:19:05 +0100)

----------------------------------------------------------------
EFI updates for v5.17

- support taking the measurement of the initrd when loaded via the
  LoadFile2 protocol
- kobject API cleanup from Greg
- some header file whitespace fixes

----------------------------------------------------------------
Ard Biesheuvel (3):
      efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()
      efi/libstub: x86/mixed: increase supported argument count
      efi/libstub: consolidate initrd handling across architectures

Elyes HAOUAS (1):
      include/linux/efi.h: Remove unneeded whitespaces before tabs

Greg Kroah-Hartman (1):
      efi: use default_groups in kobj_type

Ilias Apalodimas (1):
      efi/libstub: measure loaded initrd info into the TPM

 arch/x86/boot/compressed/efi_thunk_64.S        | 14 +++--
 arch/x86/include/asm/efi.h                     | 14 +++--
 arch/x86/platform/efi/efi_thunk_64.S           | 14 ++++-
 drivers/firmware/efi/efivars.c                 |  3 +-
 drivers/firmware/efi/esrt.c                    |  4 +-
 drivers/firmware/efi/libstub/efi-stub-helper.c | 73 +++++++++++++++++++++-----
 drivers/firmware/efi/libstub/efi-stub.c        | 10 +---
 drivers/firmware/efi/libstub/efistub.h         | 30 ++++++++++-
 drivers/firmware/efi/libstub/x86-stub.c        | 26 ++++-----
 drivers/firmware/efi/runtime-map.c             |  3 +-
 include/linux/efi.h                            |  6 +--
 11 files changed, 144 insertions(+), 53 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 12, 2022, 12:13 a.m. UTC | #1
The pull request you sent on Mon, 10 Jan 2022 22:03:07 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.17

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

Thank you!