Skip to content
Commit 085e2ff9 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: libstub: Drop randomization of runtime memory map



Randomizing the UEFI runtime memory map requires the use of the
SetVirtualAddressMap() EFI boot service, which we prefer to avoid. So
let's drop randomization, which was already problematic in combination
with hibernation, which means that distro kernels never enabled it in
the first place.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent f0c4d9fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment