From: Mark Brown Date: Thu, 27 Oct 2022 11:03:24 +0000 (+0100) Subject: kselftest/arm64: Remove validation of extra_context from TODO X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2004734fb3fe088873ad4c5276cc92ee956e640d;p=linux.git 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 Link: https://lore.kernel.org/r/20221027110324.33802-1-broonie@kernel.org Signed-off-by: Will Deacon --- diff --git a/tools/testing/selftests/arm64/signal/testcases/TODO b/tools/testing/selftests/arm64/signal/testcases/TODO index 110ff9fd195da..1f7fba8194fe5 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.