Hello Ingo, Thomas, Please pull the below into tip:efi/core - it is a pair of fixes for the code that has been queued up for v5.7 Thanks, Ard. The following changes since commit d5528d5e91041e68e8eab9792ce627705a0ed273: partitions/efi: Fix partition name parsing in GUID partition entry (2020-03-08 10:00:09 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git efi-next for you to fetch changes up to c6987a415f71352fe1483b09d8b0027ccf3b2175: efi/libstub/arm: fix spurious message that an initrd was loaded (2020-03-29 09:48:42 +0200) ---------------------------------------------------------------- Some EFI followup fixes for v5.7: - fix arm64 boot regression on broken, older versions of GRUB - suppress spurious 'initrd loaded from command line' print ---------------------------------------------------------------- Ard Biesheuvel (2): efi/libstub/arm64: avoid image_base value from efi_loaded_image efi/libstub/arm: fix spurious message that an initrd was loaded drivers/firmware/efi/libstub/arm-stub.c | 2 +- drivers/firmware/efi/libstub/arm64-stub.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-)