Linux EFI development
 help / color / mirror / Atom feed
* [GIT PULL] EFI updates for v6.13
@ 2024-11-19 20:11 Ard Biesheuvel
  2024-11-20 22:56 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2024-11-19 20:11 UTC (permalink / raw)
  To: torvalds; +Cc: linux-efi, Ard Biesheuvel

From: Ard Biesheuvel <ardb@kernel.org>

Hi Linus,

Just some cleanups and bug fixes this time around.

Please pull,



The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354:

  Linux 6.12-rc3 (2024-10-13 14:33:32 -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.13

for you to fetch changes up to c5d91b16f525ea8c98b3fd8efc5105106d17fe9a:

  efi: Fix memory leak in efivar_ssdt_load (2024-11-17 08:54:02 +0100)

----------------------------------------------------------------
EFI updates for v6.13

- Align handling of the compiled-in command line with the core kernel

- Measure the initrd into the TPM also when it was loaded via the EFI
  file I/O protocols

- Clean up TPM event log handling

- Sanity check the EFI memory attributes table, and apply it after kexec
  too

- Assorted other fixes

----------------------------------------------------------------
Ard Biesheuvel (6):
      efi/libstub: Free correct pointer on failure
      efi/zboot: Fix outdated comment about using LoadImage/StartImage
      efi/memattr: Ignore table if the size is clearly bogus
      efi/libstub: Parse builtin command line after bootloader provided one
      efi/libstub: Fix command line fallback handling when loading files
      efi/libstub: Take command line overrides into account for loaded files

Cyrill Gorcunov (1):
      efi: Fix memory leak in efivar_ssdt_load

Gregory Price (4):
      tpm: fix signed/unsigned bug when checking event logs
      tpm: do not ignore memblock_reserve return value
      tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
      libstub,tpm: do not ignore failure case when reading final event log

Jeremy Linton (1):
      efi/libstub: measure initrd to PCR9 independent of source

Jonathan Marek (2):
      efi/libstub: fix efi_parse_options() ignoring the default command line
      efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()

Nicolas Saenz Julienne (2):
      x86/efi: Drop support for the EFI_PROPERTIES_TABLE
      x86/efi: Apply EFI Memory Attributes after kexec

 arch/x86/platform/efi/efi.c                    | 20 +-----------
 arch/x86/platform/efi/efi_64.c                 | 42 --------------------------
 drivers/firmware/efi/Kconfig                   | 10 +++---
 drivers/firmware/efi/efi.c                     | 41 +++++++++++++++++--------
 drivers/firmware/efi/libstub/efi-stub-helper.c | 12 ++++----
 drivers/firmware/efi/libstub/efi-stub.c        | 26 +++++++---------
 drivers/firmware/efi/libstub/efistub.h         |  2 +-
 drivers/firmware/efi/libstub/file.c            | 22 ++++++++++++++
 drivers/firmware/efi/libstub/tpm.c             |  9 ++++--
 drivers/firmware/efi/libstub/x86-stub.c        |  3 +-
 drivers/firmware/efi/memattr.c                 | 18 ++++++++++-
 drivers/firmware/efi/tpm.c                     | 26 ++++++++++------
 include/linux/efi.h                            | 17 ++---------
 include/linux/tpm_eventlog.h                   |  2 +-
 14 files changed, 117 insertions(+), 133 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-20 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 20:11 [GIT PULL] EFI updates for v6.13 Ard Biesheuvel
2024-11-20 22:56 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox