Skip to content
Snippets Groups Projects
Commit ae835a96 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

x86/efistub: Revert to heap allocated boot_params for PE entrypoint


This is a partial revert of commit

  8117961d98f ("x86/efi: Disregard setup header of loaded image")

which triggers boot issues on older Dell laptops. As it turns out,
switching back to a heap allocation for the struct boot_params
constructed by the EFI stub works around this, even though it is unclear
why.

Cc: Christian Heusel <christian@heusel.eu>
Reported-by: default avatar <mavrix#kernel@simplelogin.com>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent ee8b8f5d
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment