mbox series

[efi-next,0/3] efi: assorted fixes

Message ID 20200228100244.10979-1-ardb@kernel.org (mailing list archive)
Headers show
Series efi: assorted fixes | expand

Message

Ard Biesheuvel Feb. 28, 2020, 10:02 a.m. UTC
Some fixes for the code that is currentely queued up in efi/next for
v5.7

Patch #3 fixes a boot regression for non-EFI boot in linux-next, so
that will be sent onwards reasonably quickly.

Ard Biesheuvel (3):
  efi/arm: clean EFI stub exit code from cache instead of avoiding it
  efi/arm64: clean EFI stub exit code from cache instead of avoiding it
  efi: mark all EFI runtime services as unsupported on non-EFI boot

 arch/arm/boot/compressed/head.S | 18 ++++++++----------
 arch/arm64/kernel/efi-entry.S   | 18 +++++++++---------
 arch/arm64/kernel/image-vars.h  |  2 +-
 drivers/firmware/efi/efi.c      |  6 +++---
 4 files changed, 21 insertions(+), 23 deletions(-)