linux/tools/testing/selftests/arm64/abi
Mark Brown 33060a6490 kselftest/arm64: Fix typo in hwcap check
We use a local variable hwcap to refer to the element of the hwcaps array
which we are currently checking. When checking for the relevant hwcap bit
being set in testing we were dereferencing hwcaps rather than hwcap in
fetching the AT_HWCAP to use, which is perfectly valid C but means we were
always checking the bit was set in the hwcap for whichever feature is first
in the array. Remove the stray s.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220907113400.12982-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2022-09-22 20:52:06 +01:00
..
.gitignore kselftest/arm64: Add simple hwcap validation 2022-09-06 18:30:42 +01:00
hwcap.c kselftest/arm64: Fix typo in hwcap check 2022-09-22 20:52:06 +01:00
Makefile kselftest/arm64: Add simple hwcap validation 2022-09-06 18:30:42 +01:00
syscall-abi-asm.S kselftest/arm64: Add SME support to syscall ABI test 2022-04-28 17:57:12 +01:00
syscall-abi.c kselftest/arm64: Enforce actual ABI for SVE syscalls 2022-09-07 14:25:47 +01:00
syscall-abi.h kselftest/arm64: Add SME support to syscall ABI test 2022-04-28 17:57:12 +01:00
tpidr2.c kselftest/arm64: Add tests for TPIDR2 2022-04-28 17:57:11 +01:00