x86/kaslr: Fix process_efi_entries comment
authorArvind Sankar <nivedita@alum.mit.edu>
Mon, 27 Jul 2020 23:07:56 +0000 (19:07 -0400)
committerIngo Molnar <mingo@kernel.org>
Fri, 31 Jul 2020 09:08:12 +0000 (11:08 +0200)
commit08705365560a352d3f5b4f1f52270b4d4ff7911e
tree06728ceab32544b803925c9e060ecf19b737d8b1
parente2ee6173162b28053cb76b25887a0be9331c9e21
x86/kaslr: Fix process_efi_entries comment

Since commit:

  0982adc74673 ("x86/boot/KASLR: Work around firmware bugs by excluding EFI_BOOT_SERVICES_* and EFI_LOADER_* from KASLR's choice")

process_efi_entries() will return true if we have an EFI memmap, not just
if it contained EFI_MEMORY_MORE_RELIABLE regions.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20200727230801.3468620-4-nivedita@alum.mit.edu
arch/x86/boot/compressed/kaslr.c