Linux EFI development
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI fixes for v6.4 #1
Date: Thu,  1 Jun 2023 22:47:15 +0200	[thread overview]
Message-ID: <20230601204715.3368380-1-ardb@kernel.org> (raw)

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

             reply	other threads:[~2023-06-01 20:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 20:47 Ard Biesheuvel [this message]
2023-06-02 11:29 ` [GIT PULL] EFI fixes for v6.4 #1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230601204715.3368380-1-ardb@kernel.org \
    --to=ardb@kernel.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox