On 6/8/26 12:32, Sarthak Sharma wrote:
> ksft_process_madv.sh currently runs run_vmtests.sh with the
> mmap category. Update it to run the process_madv category,
> since ksft_mmap.sh already runs the mmap category tests.
>
> This avoids running mmap tests twice and ensures that process_madv
> tests are run through the kselftest harness.
>
> Fixes: 6ce964c02f1c ("selftests/mm: have the harness run each test category
> separately")
> Signed-off-by: Sarthak Sharma <[email protected]>
> ---
> tools/testing/selftests/mm/ksft_process_madv.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/mm/ksft_process_madv.sh
> b/tools/testing/selftests/mm/ksft_process_madv.sh
> index 2c3137ae8bc8..edad2d2d888f 100755
> --- a/tools/testing/selftests/mm/ksft_process_madv.sh
> +++ b/tools/testing/selftests/mm/ksft_process_madv.sh
> @@ -1,4 +1,4 @@
> #!/bin/sh -e
> # SPDX-License-Identifier: GPL-2.0
>
> -./run_vmtests.sh -t mmap
> +./run_vmtests.sh -t process_madv
Thanks!
Acked-by: David Hildenbrand (Arm) <[email protected]>
--
Cheers,
David