mbox series

[GIT,PULL] EFI fixes for v6.8 #2

Message ID 20240301095126.1223559-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.8 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.8-2

Message

Ard Biesheuvel March 1, 2024, 9:51 a.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hello Linus,

Please pull the EFI fixes below. Only the EFI variable name size change is
significant, and will be backported once it lands. The others are cleanup.


The following changes since commit 1ad55cecf22f05f1c884adf63cc09d3c3e609ebf:

  x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section (2024-02-05 10:24:51 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.8-2

for you to fetch changes up to 2ce507f57ba9c78c080d4a050ebdc97263239de8:

  efivarfs: Drop 'duplicates' bool parameter on efivar_init() (2024-02-25 09:43:39 +0100)

----------------------------------------------------------------
EFI fixes for v6.8 #2

- Fix phys_addr_t size confusion in 32-bit capsule loader
- Reduce maximum EFI variable name size to 512 to work around buggy
  firmware
- Drop some redundant code from efivarfs while at it

----------------------------------------------------------------
Ard Biesheuvel (2):
      efivarfs: Drop redundant cleanup on fill_super() failure
      efivarfs: Drop 'duplicates' bool parameter on efivar_init()

Arnd Bergmann (1):
      efi/capsule-loader: fix incorrect allocation size

Tim Schumacher (1):
      efivarfs: Request at most 512 bytes for variable names

 drivers/firmware/efi/capsule-loader.c |  2 +-
 fs/efivarfs/internal.h                |  2 +-
 fs/efivarfs/super.c                   |  7 +------
 fs/efivarfs/vars.c                    | 23 +++++++++++++----------
 4 files changed, 16 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org March 1, 2024, 8:17 p.m. UTC | #1
The pull request you sent on Fri,  1 Mar 2024 10:51:27 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.8-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2bbb54ba1bf73d0f7db0d218731db721199e0db0

Thank you!