mbox series

[GIT,PULL] EFI fixes for v5.19 #1

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.19-1

Message

Ard Biesheuvel June 21, 2022, 4:16 p.m. UTC
Hi Linus,

Please pull this pair of EFI fixes.

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.19-1

for you to fetch changes up to aa6d1ed107eba26f49933216cffe797253914132:

  efi/x86: libstub: Fix typo in __efi64_argmap* name (2022-06-21 18:11:46 +0200)

----------------------------------------------------------------
First batch of EFI fixes for v5.19

- remove pointless include of asm/efi.h, which does not exist on ia64
- fix DXE service marshalling prototype for mixed mode

----------------------------------------------------------------
Evgeniy Baskov (1):
      efi/x86: libstub: Fix typo in __efi64_argmap* name

Javier Martinez Canillas (1):
      efi: sysfb_efi: remove unnecessary <asm/efi.h> include

 arch/x86/include/asm/efi.h       | 2 +-
 drivers/firmware/efi/sysfb_efi.c | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)