]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest/arm64: Add test coverage for NT_ARM_TLS
authorMark Brown <broonie@kernel.org>
Mon, 29 Aug 2022 15:49:18 +0000 (16:49 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 21 Sep 2022 16:26:58 +0000 (17:26 +0100)
commitac0fa76a61c081dbb7a304badfd79f5a14565f1b
tree2339ceb3722df48c83eb0271de185ce7072085b5
parent63433aa6d0e739cf2afad75742003c018cf3cb74
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>
tools/testing/selftests/arm64/abi/.gitignore
tools/testing/selftests/arm64/abi/Makefile
tools/testing/selftests/arm64/abi/ptrace.c [new file with mode: 0644]