On Fri, Oct 21, 2022 at 01:34:06PM -0700, Jithu Joseph wrote: > IFS test image carries the same microcode header as regular Intel > microcode blobs. Microcode blobs use header version of 1, > whereas IFS test images will use header version of 2. > > microcode_sanity_check() can be used by IFS driver to perform > sanity check of the IFS test images too. So I'm very sceptical about such reuse. The moment we decide to change something in the microcode loader, we're going to have to * test the IFS driver too * and I suspect we won't even be able to because we'd probably need special hardware and those special blobs which you probably don't distribute freely. And yes, right now that function should be doing the SDM-sanctioned dance about verifying the table and thus should also be generic but judging from past experience, things do get different in time and implementations do get changed so even if it is a trivial change to microcode_sanity_check(), we would still need to test the IFS driver too. So I'm wondering if it wouldn't be simply easier on everyone involved if you just copy the bits you need into your driver and use them there as you wish. Then the testing burden won't be an issue and there won't be any potential cross-breakages. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette