Re: [PATCH 1/2] x86/microcode: Add microcode= cmdline parsing
From: Sohil Mehta
Date: Tue Aug 12 2025 - 15:15:30 EST
On 8/12/2025 3:23 AM, Borislav Petkov wrote:
>> @@ -1211,7 +1211,7 @@
>>
>> - dis_ucode_ldr [X86] Disable the microcode loader.
>> + dis_ucode_ldr [X86] Same as microcode=disable_loader.
>>
>>
>> @@ -3770,6 +3770,9 @@
>>
>> + disable_loader
>> + Disable the microcode loader.
>
> Because adding a new alias of a cmdline parameter doesn't belong in the same
> patch.
>
But, this patch introduces code to support microcode=dis_ucode_ldr which
would then become ABI.
> And if anything, that thing should be
>
> microcode=off
>
Sure, a separate patch directly adding support for microcode=off works
as well.