Re: [PATCH v2] kselftest: mm: remove exclusion of building soft-dirty test in arm64

From: Zenghui Yu

Date: Sat Sep 12 2026 - 20:52:59 EST


On 9/12/26 5:06 AM, Yeoreum Yun wrote:
> Since commit 0389c305ef56 (“selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled”),
> the soft-dirty test is skipped when soft-dirty is not supported.
>
> There is therefore no reason to exclude the test from being built on
> arm64. Remove the arm64-specific exclusion.
>
> Suggested-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
> Acked-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
> Acked-by: Lorenzo Stoakes (ARM) <ljs@xxxxxxxxxx>
> Signed-off-by: Yeoreum Yun <yeoreum.yun@xxxxxxx>
> ---
> Changes in v2:
> - remove redundant condition in run_vmtests.sh
> - add r-b and a-b tag.
> - Link to v1: https://lore.kernel.org/all/20260911125028.1268274-1-yeoreum.yun@xxxxxxx/
> ---
> tools/testing/selftests/mm/Makefile | 3 ---
> tools/testing/selftests/mm/run_vmtests.sh | 5 +----
> 2 files changed, 1 insertion(+), 7 deletions(-)

Tested-by: Zenghui Yu (Huawei) <zenghui.yu@xxxxxxxxx>

Thanks,
Zenghui