mbox

[GIT,PULL,0/2] EFI touchups for v5.7

Message ID 20200329080544.25715-1-ardb@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git efi-next

Message

Ard Biesheuvel March 29, 2020, 8:05 a.m. UTC
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(-)

Comments

Ingo Molnar March 29, 2020, 10:08 a.m. UTC | #1
* Ard Biesheuvel <ardb@kernel.org> wrote:

> 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.

Applied to tip:efi/core, thanks Ard!

	Ingo