Commit bba959f477f2 for kernel

commit bba959f477f2f4a48ab72eda2902db706bbc3793
Merge: 9b2199365487 ae835a96d72c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jul 25 12:55:21 2024 -0700

    Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi

    Pull EFI fixes from Ard Biesheuvel:

     - Wipe screen_info after allocating it from the heap - used by arm32
       and EFI zboot, other EFI architectures allocate it statically

     - Revert to allocating boot_params from the heap on x86 when entering
       via the native PE entrypoint, to work around a regression on older
       Dell hardware

    * tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
      x86/efistub: Revert to heap allocated boot_params for PE entrypoint
      efi/libstub: Zero initialize heap allocated struct screen_info