Re: [PATCH] selftests:arm64: Test PR_SVE_VL_INHERIT after a double fork

2024-05-01 Thread Dave Martin
On Mon, Apr 29, 2024 at 04:40:12AM +, Dorine Tipo wrote: > [PATCH] selftests:arm64: Test PR_SVE_VL_INHERIT after a double fork Nit: Please follow the same commit message prefix convention as in the existing code (e.g., try git log tools/testing/selftests/arm64/fp/ ). [...] > Add a ne

Re: [PATCH] selftests:arm64: Test PR_SVE_VL_INHERIT after a double fork

2024-04-30 Thread Will Deacon
On Mon, Apr 29, 2024 at 04:40:12AM +, Dorine Tipo wrote: > Add a new test, double_fork_test() to check the inheritance of the SVE > vector length after a double fork. > The `EXPECTED_TESTS` macro has been updated to account for this additional > test. > This patch addresses task 7 on the TODO l

[PATCH] selftests:arm64: Test PR_SVE_VL_INHERIT after a double fork

2024-04-28 Thread Dorine Tipo
Add a new test, double_fork_test() to check the inheritance of the SVE vector length after a double fork. The `EXPECTED_TESTS` macro has been updated to account for this additional test. This patch addresses task 7 on the TODO list. Signed-off-by: Dorine Tipo --- tools/testing/selftests/arm64/fp