mbox series

[GIT,PULL] EFI fixes for v6.4 #1

Message ID 20230601204715.3368380-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.4 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.4-1

Message

Ard Biesheuvel June 1, 2023, 8:47 p.m. UTC
Hello Linus,

A few minor fixes for EFI, one of which fixes the reported boot regression when
booting x86 kernels using the BIOS based loader built into the hypervisor
framework on macOS.

Please pull.


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.4-1

for you to fetch changes up to 36e4fc57fc1619f462e669e939209c45763bc8f5:

  efi: Bump stub image version for macOS HVF compatibility (2023-05-28 20:45:46 +0200)

----------------------------------------------------------------
First batch of EFI fixes for v6.4:

- fix harmless warning in zboot code on 'make clean'
- add some missing prototypes
- fix boot regressions triggered by PE/COFF header image minor version
  bump

----------------------------------------------------------------
Akihiro Suda (1):
      efi: Bump stub image version for macOS HVF compatibility

Ard Biesheuvel (1):
      efi/libstub: zboot: Avoid eager evaluation of objcopy flags

Arnd Bergmann (1):
      efi: fix missing prototype warnings

 drivers/acpi/apei/apei-internal.h           |  6 ------
 drivers/acpi/apei/bert.c                    |  1 +
 drivers/firmware/efi/libstub/Makefile.zboot |  3 ++-
 drivers/firmware/efi/libstub/efistub.h      |  3 +++
 include/linux/cper.h                        |  6 ++++++
 include/linux/efi.h                         |  2 ++
 include/linux/pe.h                          | 25 +++++++++++++------------
 7 files changed, 27 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org June 2, 2023, 11:29 a.m. UTC | #1
The pull request you sent on Thu,  1 Jun 2023 22:47:15 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/792fc9214036633f2c26fe551cd26d5d7abdecfb

Thank you!