diff options
author | Mark Brown <broonie@kernel.org> | 2021-08-19 14:42:42 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2021-08-23 11:11:05 +0100 |
commit | c1f67a19c12eefeb67e6dc98dd09253623a213d1 (patch) | |
tree | 5bc0623f6614d474a994e4cc1ff321422cbba1f5 /tools/testing/selftests/arm64/signal/.gitignore | |
parent | ace19b1845a5c2906d59f6358b80ed687b52b2cd (diff) |
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>
Diffstat (limited to 'tools/testing/selftests/arm64/signal/.gitignore')
-rw-r--r-- | tools/testing/selftests/arm64/signal/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/signal/.gitignore b/tools/testing/selftests/arm64/signal/.gitignore index 78c902045ca7..c1742755abb9 100644 --- a/tools/testing/selftests/arm64/signal/.gitignore +++ b/tools/testing/selftests/arm64/signal/.gitignore @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only mangle_* fake_sigreturn_* +sve_* !*.[ch] |