Re: [PATCH] x86/efistub: Omit physical KASLR when memory reservations exist

From: Chaney, Ben
Date: Thu May 16 2024 - 13:29:28 EST


> +static efi_status_t parse_options(const char *cmdline)
> +{
> + static const char opts[][14] = {
> + "mem=", "memmap=", "efi_fake_mem=", "hugepages="
> + };
> +

I think we probably want to include both crashkernel and pstore as arguments that can disable this randomization.

Thanks,
Ben