Re: [PATCH 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm

2025-05-27 Thread David Hildenbrand
On 22.05.25 19:38, Mark Brown wrote: The cow and gup_longterm test programs open code something that looks a lot like the standard ksft_finished() helper to summarise the test results and provide an exit code, convert to use ksft_finished(). Signed-off-by: Mark Brown --- Acked-by: David Hilde

[PATCH 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm

2025-05-22 Thread Mark Brown
The cow and gup_longterm test programs open code something that looks a lot like the standard ksft_finished() helper to summarise the test results and provide an exit code, convert to use ksft_finished(). Signed-off-by: Mark Brown --- tools/testing/selftests/mm/cow.c | 7 +-- tools/