Re: [PATCH v3 2/2] x86/efi: clean up dead code around efi_reserve_boot_services()

From: Matt Fleming
Date: Mon Jul 24 2017 - 09:20:57 EST


On Mon, 10 Jul, at 02:51:36PM, Naoya Horiguchi wrote:
> EFI_BOOT_SERVICES_{CODE|DATA} regions never overlap the kernel now,
> so we can clean up the check in efi_reserve_boot_services().
>
> Signed-off-by: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx>
> ---
> arch/x86/platform/efi/quirks.c | 23 +----------------------
> 1 file changed, 1 insertion(+), 22 deletions(-)

Is this true for kernels not using KASLR?