Re: [PATCH] x86/microcode: Add an option to reload microcode even if revision is unchanged

From: Raj, Ashok
Date: Thu Sep 05 2019 - 15:40:47 EST


Hi Boris

On Thu, Sep 05, 2019 at 09:20:29AM +0200, Borislav Petkov wrote:
> On Wed, Sep 04, 2019 at 05:21:32PM -0700, Raj, Ashok wrote:
> > But echo 2 > reload would allow reading a microcode file from
> > /lib/firmware/intel-ucode/ even if the revision hasn't changed right?
> >
> > #echo 1 > reload wouldn't load if the revision on disk is same as what's loaded,
> > and we want to permit that with the echo 2 option.
>
> Then before we continue with this, please specify what the exact
> requirements are. Talk to your microcoders or whoever is going to use
> this and give the exact use cases which should be supported and describe
> them in detail.

https://lore.kernel.org/lkml/1567056803-6640-1-git-send-email-ashok.raj@xxxxxxxxx/

The original description said to load a new microcode file, the content
could have changed, but revision in the header hasn't increased.

The other rules are same, i.e we can't go backwards. There is another
SVN (Security version number) embedded in the microcode which won't allow
going backwards anyway.

I'll get back to you if there are additional uses, but allowing the facility to
actually read the file achieves the same purpose as using the in-kernel copy.

I have used it multiple times during development :-)