Pull EFI fixes from Borislav Petkov:
 "A batch of fixes for the arm64 stub image loader:
   - fix a logic bug that can make the random page allocator fail
     spuriously
   - force reallocation of the Image when it overlaps with firmware
     reserved memory regions
   - fix an oversight that defeated on optimization introduced earlier
     where images loaded at a suitable offset are never moved if booting
     without randomization
   - complain about images that were not loaded at the right offset by
     the firmware image loader"
* tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi/libstub: arm64: Double check image alignment at entry
  efi/libstub: arm64: Warn when efi_random_alloc() fails
  efi/libstub: arm64: Relax 2M alignment again for relocatable kernels
  efi/libstub: arm64: Force Image reallocation if BSS was not reserved
  arm64: efi: kaslr: Fix occasional random alloc (and boot) failure