Re: [PATCH] selftests/mm: fix ksft_process_madv.sh test category

From: Dev Jain

Date: Mon Jun 08 2026 - 07:36:48 EST




On 08/06/26 4:02 pm, 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 <sarthak.sharma@xxxxxxx>
> ---

Reviewed-by: Dev Jain <dev.jain@xxxxxxx>

> 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