[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL1p7m5H7YoQFg6BJ1zhPGyvfoL4BP1Tn1t-NYv=g2cuEQwJfg@mail.gmail.com>
Date: Wed, 29 Nov 2023 18:44:22 -0500
From: Joel Savitz <jsavitz@...hat.com>
To: Nico Pache <npache@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-mm@...ck.org, shuah@...nel.org, akpm@...ux-foundation.org,
David Hildenbrand <david@...hat.com>
Subject: Re: [PATCH] selftests/mm: dont run ksm_functional_tests twice
On Wed, Nov 29, 2023 at 5:11 PM Nico Pache <npache@...hat.com> wrote:
>
> ksm functional test is already being run.
> Remove the duplicate call to ./ksm_functional_tests.
>
> Fixes: 93fb70aa5904 ("selftests/vm: add KSM unmerge tests")
> Signed-off-by: Nico Pache <npache@...hat.com>
> Cc: David Hildenbrand <david@...hat.com>
> ---
> tools/testing/selftests/mm/run_vmtests.sh | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/tools/testing/selftests/mm/run_vmtests.sh b/tools/testing/selftests/mm/run_vmtests.sh
> index 00757445278e..c0212258b852 100755
> --- a/tools/testing/selftests/mm/run_vmtests.sh
> +++ b/tools/testing/selftests/mm/run_vmtests.sh
> @@ -334,8 +334,6 @@ CATEGORY="ksm_numa" run_test ./ksm_tests -N -m 0
>
> CATEGORY="ksm" run_test ./ksm_functional_tests
>
> -run_test ./ksm_functional_tests
> -
> # protection_keys tests
> if [ -x ./protection_keys_32 ]
> then
> --
> 2.41.0
>
Acked-by: Joel Savitz <jsavitz@...hat.com>
Powered by blists - more mailing lists