mbox series

[v3,0/5] x86: allow Kconfig control over psABI level

Message ID 10ce72fb-4fb7-67de-41ec-7291dbac0038@suse.com (mailing list archive)
Headers show
Series x86: allow Kconfig control over psABI level | expand

Message

Jan Beulich July 26, 2023, 10:31 a.m. UTC
As discussed in Prague, with some minor add-ons (patch 2 replacing a much
older patch under the same title).

v3 addresses issues found as well as review feedback; see individual
patches for details. Patch 3 in particular continues to raises several
questions as well, though.

1: build: make cc-option properly deal with unrecognized sub-options
2: build: permit Kconfig control over how to deal with unsatisfiable choices
3: allow Kconfig control over psABI level
4: use POPCNT for hweight<N>() when available
5: short-circuit certain cpu_has_* when x86-64-v{2,3} are in effect

Jan