RE: [PATCH v2 09/14] platform/x86/intel/ifs: Use generic microcode headers and functions

From: Luck, Tony
Date: Wed Nov 16 2022 - 14:03:29 EST


> How about you still allocate but at driver init time, ifs_init() or so?
>
> And deallocate it at driver removal so that its always present during
> the driver's lifetime and can be reused each time the sanity check is
> called.

That works. Now we have multiple files we know that we'll take this
path every time user switches to a new file.

-Tony