Re: x86 CPU features detection for applications (and AMX)

2 messages, 2 authors, 2021-07-08 · open the first message on its own page

Re: x86 CPU features detection for applications (and AMX)

From: Florian Weimer <hidden>
Date: 2021-07-08 06:05:39

* Dave Hansen:
On 6/23/21 8:04 AM, Florian Weimer wrote:
quoted
https://www.gnu.org/software/libc/manual/html_node/X86.html
...
quoted
Previously kernel developers have expressed dismay that we didn't
coordinate the interface with them.  This is why I want raise this now.
This looks basically like someone dumped a bunch of CPUID bit values and
exposed them to applications without considering whether applications
would ever need them.  For instance, why would an app ever care about:

	PKS – Protection keys for supervisor-mode pages.

And how could glibc ever give applications accurate information about
whether PKS "is supported by the operating system"?  It just plain
doesn't know, or at least only knows from a really weak ABI like
/proc/cpuinfo.
glibc is expected to mask these bits for CPU_FEATURE_USABLE because they
have unknown semantics (to glibc).

They are still exposed via HAS_CPU_FEATURE.

I argued against HAS_CPU_FEATURE because the mere presence of this
interface will introduce application bugs because application really
must use CPU_FEATURE_USABLE instead.

I wanted to go with a curated set of bits, but we couldn't get consensus
around that.  Curiously, the present interface can expose changing CPU
state (if the kernel updates some fixed memory region accordingly), my
preferred interface would not have supported that.
It also doesn't seem to tell applications what they want which is, "can
I, the application, *use* this feature?"
CPU_FEATURE_USABLE is supposed to be that interface.

Thanks,
Florian

Re: x86 CPU features detection for applications (and AMX)

From: Dave Hansen <hidden>
Date: 2021-07-08 14:19:27

On 7/7/21 11:05 PM, Florian Weimer wrote:
quoted
This looks basically like someone dumped a bunch of CPUID bit values and
exposed them to applications without considering whether applications
would ever need them.  For instance, why would an app ever care about:

	PKS – Protection keys for supervisor-mode pages.

And how could glibc ever give applications accurate information about
whether PKS "is supported by the operating system"?  It just plain
doesn't know, or at least only knows from a really weak ABI like
/proc/cpuinfo.
glibc is expected to mask these bits for CPU_FEATURE_USABLE because they
have unknown semantics (to glibc).
OK, so if I call CPU_FEATURE_USABLE(PKS) on a system *WITH* PKS
supported in the operating system, I'll get false from an interface that
claims to be:
This macro returns a nonzero value (true) if the processor has the
feature name and the feature is supported by the operating system.
The interface just seems buggy by *design*.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help