All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI updates for v5.17
Date: Mon, 10 Jan 2022 22:03:07 +0100	[thread overview]
Message-ID: <20220110210307.918857-1-ardb@kernel.org> (raw)

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

             reply	other threads:[~2022-01-10 21:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-10 21:03 Ard Biesheuvel [this message]
2022-01-12  0:13 ` [GIT PULL] EFI updates for v5.17 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220110210307.918857-1-ardb@kernel.org \
    --to=ardb@kernel.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.