On Thu, 16 May 2024 at 19:29, Chaney, Ben bchaney@akamai.com wrote:
+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.
The existing code in arch/x86/boot/compressed/kaslr.c currently does not take these into account, as far as I can tell.