You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86/efistub: Revert to heap allocated boot_params for PE entrypoint
This is a partial revert of commit
8117961 ("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 <[email protected]>
Reported-by: <mavrix#[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
0 commit comments