]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kselftest/arm64: Add very basic GCS test program
authorMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 22:59:13 +0000 (23:59 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 4 Oct 2024 11:04:44 +0000 (12:04 +0100)
commit3d37d4307e0fc958c4461bb6973ce5573d1570c2
treea67a1aa6adb72359742e8229223071ed15957408
parent42155a8eb0f63f634a98ad17a85e9f2826bcff11
kselftest/arm64: Add very basic GCS test program

This test program just covers the basic GCS ABI, covering aspects of the
ABI as standalone features without attempting to integrate things.

Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Tested-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241001-arm64-gcs-v13-34-222b78d87eee@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/Makefile
tools/testing/selftests/arm64/gcs/.gitignore [new file with mode: 0644]
tools/testing/selftests/arm64/gcs/Makefile [new file with mode: 0644]
tools/testing/selftests/arm64/gcs/basic-gcs.c [new file with mode: 0644]
tools/testing/selftests/arm64/gcs/gcs-util.h [new file with mode: 0644]