summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-10-27 12:03:24 +0100
committerWill Deacon <will@kernel.org>2022-11-08 16:03:54 +0000
commit2004734fb3fe088873ad4c5276cc92ee956e640d (patch)
treec8f23a1472a6cba0923f68a349e81c84a35c6536 /tools/testing/selftests/arm64
parent3e02f57bcc6a34ab992c4027b6ef3f2916b20924 (diff)
downloadlinux-stable-2004734fb3fe088873ad4c5276cc92ee956e640d.tar.gz
linux-stable-2004734fb3fe088873ad4c5276cc92ee956e640d.tar.bz2
linux-stable-2004734fb3fe088873ad4c5276cc92ee956e640d.zip
kselftest/arm64: Remove validation of extra_context from TODO
When fixing up support for extra_context in the signal handling tests I didn't notice that there is a TODO file in the directory which lists this as a thing to be done. Since it's been done remove it from the list. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20221027110324.33802-1-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/testing/selftests/arm64')
-rw-r--r--tools/testing/selftests/arm64/signal/testcases/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/signal/testcases/TODO b/tools/testing/selftests/arm64/signal/testcases/TODO
index 110ff9fd195d..1f7fba8194fe 100644
--- a/tools/testing/selftests/arm64/signal/testcases/TODO
+++ b/tools/testing/selftests/arm64/signal/testcases/TODO
@@ -1,2 +1 @@
- Validate that register contents are saved and restored as expected.
-- Support and validate extra_context.