U-boot Archive mirror
 help / color / mirror / Atom feed
* Pull request efi-2023-07-rc7
@ 2023-07-09 10:38 Heinrich Schuchardt
  2023-07-09 15:00 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Heinrich Schuchardt @ 2023-07-09 10:38 UTC (permalink / raw
  To: Tom Rini
  Cc: U-Boot Mailing List, Ilias Apalodimas, Alper Nebi Yasak,
	Malte Schmidt, Masahisa Kojima, Paul Barker

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

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

* Re: Pull request efi-2023-07-rc7
  2023-07-09 10:38 Pull request efi-2023-07-rc7 Heinrich Schuchardt
@ 2023-07-09 15:00 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-07-09 15:00 UTC (permalink / raw
  To: Heinrich Schuchardt
  Cc: U-Boot Mailing List, Ilias Apalodimas, Alper Nebi Yasak,
	Malte Schmidt, Masahisa Kojima, Paul Barker

[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]

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.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: Pull request efi-2023-07-rc7
       [not found] <dc508a4b-105e-497b-1787-1e1c201e07d7@gmx.de>
@ 2023-07-11 20:38 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-07-11 20:38 UTC (permalink / raw
  To: Heinrich Schuchardt
  Cc: U-Boot Mailing List, Ilias Apalodimas, Alper Nebi Yasak,
	Malte Schmidt, Masahisa Kojima, Paul Barker

[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

On Sun, Jul 09, 2023 at 11:37:45AM +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
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2023-07-11 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 10:38 Pull request efi-2023-07-rc7 Heinrich Schuchardt
2023-07-09 15:00 ` Tom Rini
     [not found] <dc508a4b-105e-497b-1787-1e1c201e07d7@gmx.de>
2023-07-11 20:38 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).