Re: [PATCH -v2] x86/microcode: Consolidate the loader enablement checking
From: Ingo Molnar
Date: Mon Apr 14 2025 - 06:49:07 EST
* Borislav Petkov <bp@xxxxxxxxx> wrote:
> -static struct microcode_ops *microcode_ops;
> -bool dis_ucode_ldr = true;
> +static struct microcode_ops *microcode_ops;
> +static bool dis_ucode_ldr = true;
BTW., any objections against:
s/dis_ucode_ldr
/ucode_loader_disabled
or so? I had to look twice to see through the obfuscated name. (Okay,
it was 3 times, and I had to grep the code I confess. :)
As a separate cleanup.
Thanks,
Ingo