From: Mark Brown Date: Tue, 3 Aug 2021 14:04:50 +0000 (+0100) Subject: kselftest/arm64: Add a TODO list for floating point tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e96595c55d2397dde599779d75112d21989b37b9;p=linux.git kselftest/arm64: Add a TODO list for floating point tests Write down some ideas for additional coverage for floating point in case someone feels inspired to look into them. Signed-off-by: Mark Brown Reviewed-by: Dave Martin Link: https://lore.kernel.org/r/20210803140450.46624-5-broonie@kernel.org Signed-off-by: Catalin Marinas --- diff --git a/tools/testing/selftests/arm64/fp/TODO b/tools/testing/selftests/arm64/fp/TODO new file mode 100644 index 0000000000000..b6b7ebfcf3621 --- /dev/null +++ b/tools/testing/selftests/arm64/fp/TODO @@ -0,0 +1,4 @@ +- Test unsupported values in the ABIs. +- More coverage for ptrace (eg, vector length conversions). +- Coverage for signals. +- Test PR_SVE_VL_INHERITY after a double fork.