Re: [PATCH v3 08/10] x86/setcpuid: Add kernel option setcpuid

From: Peter Zijlstra
Date: Tue Feb 05 2019 - 03:49:15 EST


On Mon, Feb 04, 2019 at 12:46:30PM -0800, Dave Hansen wrote:
> So, the compromise we reached in this case is that Intel will fully
> document the future silicon architecture, and then write the kernel
> implementation to _that_. Then, for the weirdo deployments where this
> feature is not enumerated, we have the setcpuid= to fake the enumeration
> in software.

What user is _EVER_ going to use this? Nobody, I expect the answer to
be.

Is this some transient state; where a few (early) models will not have
the enumeration sorted but all later models will have it all neat and
tidy?

If so, we can easily do the FMS solution for this.

But a cmdline features thing is not something I can see anybody but
a limited set of developers ever using.