From: Ard Biesheuvel <ardb@xxxxxxxxxx> Adopt the EFI_MEMORY_HOT_PLUGGABLE memory attribute definition from UEFI 2.11 and test for it where appropriate. Ard Biesheuvel (2): efi: Avoid cold plugged memory for placing the kernel efi: Use BIT_ULL() constants for memory attributes drivers/firmware/efi/efi.c | 6 ++-- drivers/firmware/efi/libstub/randomalloc.c | 3 ++ drivers/firmware/efi/libstub/relocate.c | 3 ++ include/linux/efi.h | 31 ++++++++++---------- 4 files changed, 26 insertions(+), 17 deletions(-) -- 2.48.1.362.g079036d154-goog