]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kselftest/arm64: Add 2024 dpISA extensions to hwcap test
authorMark Brown <broonie@kernel.org>
Tue, 7 Jan 2025 22:59:45 +0000 (22:59 +0000)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2025 13:41:07 +0000 (13:41 +0000)
commit8600640d21cf90f3c5c4f06a5b214fbe4be9a74a
treec360af54805f6e7e8228cee25d839a218f3349e6
parentfd22af17a458d98c14cebd00091cebf69b954b40
kselftest/arm64: Add 2024 dpISA extensions to hwcap test

Add coverage of the hwcaps for the 2024 dpISA extensions to the hwcap
test.

We don't actually test SIGILL generation for CMPBR since the need to
branch makes it a pain to generate and the SIGILL detection would be
unreliable anyway. Since this should be very unusual we provide a stub
function rather than supporting a missing test.

The sigill functions aren't well sorted in the file so the ordering is a
bit random.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250107-arm64-2024-dpisa-v5-5-7578da51fc3d@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/abi/hwcap.c