diff mbox series

[v1] kselftest/arm64: Remove validation of extra_context from TODO

Message ID 20221027110324.33802-1-broonie@kernel.org
State Accepted
Commit 2004734fb3fe088873ad4c5276cc92ee956e640d
Headers show
Series [v1] kselftest/arm64: Remove validation of extra_context from TODO | expand

Commit Message

Mark Brown Oct. 27, 2022, 11:03 a.m. UTC
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>
---
 tools/testing/selftests/arm64/signal/testcases/TODO | 1 -
 1 file changed, 1 deletion(-)


base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780

Comments

Will Deacon Nov. 8, 2022, 5:38 p.m. UTC | #1
On Thu, 27 Oct 2022 12:03:24 +0100, Mark Brown wrote:
> 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.
> 
> 

Applied to arm64 (for-next/selftests), thanks!

[1/1] kselftest/arm64: Remove validation of extra_context from TODO
      https://git.kernel.org/arm64/c/2004734fb3fe

Cheers,
diff mbox series

Patch

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.