Re: [PATCH v4] scripts/x86/intel: Add a script to update the old microcode list
From: Sohil Mehta
Date: Tue Feb 03 2026 - 14:12:38 EST
On 2/2/2026 10:01 AM, Dave Hansen wrote:
>> if existing is not None:
>> # If the existing one is newer, just move on:
>> if existing['rev'] > rev['rev']:
>> continue
>>
>> Dave, opinion?
>
> I can't think of a case where I wanted to use multiple directories for a
> single run of the script. The only thing I tend to do is switch between
> the distr-provided ucode in /lib/firmware and a local clone of the Intel
> microcode git repo. So, one or the other, not both at once.
Great, I think we can avoid the find duplicates logic in that case.