kselftest/arm64: signal: Check SVE signal frame shows expected vector length
authorMark Brown <broonie@kernel.org>
Thu, 19 Aug 2021 13:42:42 +0000 (14:42 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 23 Aug 2021 10:11:05 +0000 (11:11 +0100)
commitc1f67a19c12eefeb67e6dc98dd09253623a213d1
tree5bc0623f6614d474a994e4cc1ff321422cbba1f5
parentace19b1845a5c2906d59f6358b80ed687b52b2cd
kselftest/arm64: signal: Check SVE signal frame shows expected vector length

As a basic check that the SVE signal frame is being set up correctly
verify that the vector length in the signal frame is the vector length
that the process has.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210819134245.13935-4-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/signal/.gitignore
tools/testing/selftests/arm64/signal/testcases/sve_vl.c [new file with mode: 0644]