]> git.ipfire.org Git - thirdparty/linux.git/commit
kselftest/arm4: Provide local defines for AT_HWCAP3
authorMark Brown <broonie@kernel.org>
Tue, 15 Jul 2025 21:11:41 +0000 (22:11 +0100)
committerWill Deacon <will@kernel.org>
Thu, 17 Jul 2025 10:07:55 +0000 (11:07 +0100)
commit54c605124da6fad3d6033ca822c551ce33982084
tree555ecddbc80505a06dff156f0d34b60b0ae1ef21
parent9e8ebfe677f9101bbfe1f75d548a5aec581e8213
kselftest/arm4: Provide local defines for AT_HWCAP3

Some build environments for the selftests are not picking up the newly
added AT_HWCAP3 when using the libc headers, even with headers_install
(which we require already for the arm64 selftests).  As a quick fix add
local definitions of the constant to tools use it, while auxvec.h is
installed with some toolchains it needs some persuasion to get picked up.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250715-arm64-selftest-bodge-hwcap3-v1-1-541b54bc43bb@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/abi/hwcap.c
tools/testing/selftests/arm64/mte/check_prctl.c