diff options
author | Mark Brown <broonie@kernel.org> | 2022-08-29 16:49:18 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2022-09-21 17:26:58 +0100 |
commit | ecaf4d3f734fe8d10aeda52193d325453e3e84ee (patch) | |
tree | 2339ceb3722df48c83eb0271de185ce7072085b5 /tools/testing/selftests/arm64/abi/.gitignore | |
parent | b90cb1053190353cc30f0fef0ef1f378ccc063c5 (diff) |
kselftest/arm64: Add test coverage for NT_ARM_TLS
In preparation for extending support for NT_ARM_TLS to cover additional
TPIDRs add some tests for the existing interface. Do this in a generic
ptrace test program to provide a place to collect additional tests in
the future.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220829154921.837871-2-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/testing/selftests/arm64/abi/.gitignore')
-rw-r--r-- | tools/testing/selftests/arm64/abi/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/abi/.gitignore b/tools/testing/selftests/arm64/abi/.gitignore index b9e54417250d..12607c4580c6 100644 --- a/tools/testing/selftests/arm64/abi/.gitignore +++ b/tools/testing/selftests/arm64/abi/.gitignore @@ -1,2 +1,3 @@ +ptrace syscall-abi tpidr2 |