kselftest/arm64: Remove validation of extra_context from TODO
authorMark Brown <broonie@kernel.org>
Thu, 27 Oct 2022 11:03:24 +0000 (12:03 +0100)
committerWill Deacon <will@kernel.org>
Tue, 8 Nov 2022 16:03:54 +0000 (16:03 +0000)
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>
tools/testing/selftests/arm64/signal/testcases/TODO

index 110ff9fd195da62d7a6c41a7e1db5e6ea713ccae..1f7fba8194fe51e13a1d0e6107709768aeadc54a 100644 (file)
@@ -1,2 +1 @@
 - Validate that register contents are saved and restored as expected.
-- Support and validate extra_context.