[PATCH v2 0/4] x86: allow Kconfig control over psABI level

Jan Beulich posted 4 patches 9 months, 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
[PATCH v2 0/4] x86: allow Kconfig control over psABI level
Posted by Jan Beulich 9 months, 2 weeks ago
As discussed in Prague, with some minor add-ons (patch 2 replacing a much
older patch under the same title).

v2 addresses issues found as well as review feedback; see individual
patches for details. It (patch 2 in particular) raises several new
questions as well, though.

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

Jan