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(-)