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