+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