mbox series

Pull request efi-2023-07-rc7

Message ID 1d0da6f2-0407-b7b3-6ade-e5d3bdfc0db2@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2023-07-rc7 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-07-rc7

Message

Heinrich Schuchardt July 9, 2023, 10:38 a.m. UTC
Dear Tom,

The following changes since commit 0beb649053b86b2cfd5cf55a0fc68bc2fe91a430:

   MAINTAINERS: correct at91 tree link (2023-07-07 11:37:09 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc7

for you to fetch changes up to e05a4b12a056fd7fe22e85715c8f5e5e811fb551:

   mkeficapsule: fix efi_firmware_management_capsule_header data type
(2023-07-09 10:32:28 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16815

----------------------------------------------------------------
Pull request efi-2023-07-rc7

Documentation:

* Fix links to Linux kernel documentation

UEFI:

* Fix memory leak in efidebug dh subcommand
* Fix underflow when calculating remaining variable store size
* Increase default variable store size to 64 KiB
* mkeficapsule: fix efi_firmware_management_capsule_header data type

----------------------------------------------------------------
Alper Nebi Yasak (2):
       efi_loader: Avoid underflow when calculating remaining var store size
       efi_loader: Increase default variable store size to 64KiB

Heinrich Schuchardt (1):
       doc: harmonize Linux kernel documentation links

Malte Schmidt (1):
       mkeficapsule: fix efi_firmware_management_capsule_header data type

Masahisa Kojima (1):
       cmd: efidebug: add missing efi_free_pool for dh subcommand

Paul Barker (1):
       x86: Update docs link in bootparam header

  arch/x86/include/asm/bootparam.h | 2 +-
  cmd/efidebug.c                   | 1 +
  doc/develop/docstyle.rst         | 2 +-
  doc/usage/blkmap.rst             | 2 +-
  lib/efi_loader/Kconfig           | 5 +++--
  lib/efi_loader/efi_var_mem.c     | 4 ++++
  tools/eficapsule.h               | 2 +-
  7 files changed, 12 insertions(+), 6 deletions(-)

Comments

Tom Rini July 9, 2023, 3 p.m. UTC | #1
On Sun, Jul 09, 2023 at 12:38:46PM +0200, Heinrich Schuchardt wrote:
> Dear Tom,
> 
> The following changes since commit 0beb649053b86b2cfd5cf55a0fc68bc2fe91a430:
> 
>   MAINTAINERS: correct at91 tree link (2023-07-07 11:37:09 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-07-rc7
> 
> for you to fetch changes up to e05a4b12a056fd7fe22e85715c8f5e5e811fb551:
> 
>   mkeficapsule: fix efi_firmware_management_capsule_header data type
> (2023-07-09 10:32:28 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16815
> 
> ----------------------------------------------------------------
> Pull request efi-2023-07-rc7
> 
> Documentation:
> 
> * Fix links to Linux kernel documentation
> 
> UEFI:
> 
> * Fix memory leak in efidebug dh subcommand
> * Fix underflow when calculating remaining variable store size
> * Increase default variable store size to 64 KiB
> * mkeficapsule: fix efi_firmware_management_capsule_header data type

None of these look like boot regression fixes, nor security fixes that
we should have already applied earlier this cycle, so I'm going to hold
this off for v2023.07 unless you strongly object.