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) <[email protected]> > Acked-by: David Hildenbrand (Arm) <[email protected]> > Acked-by: Lorenzo Stoakes (ARM) <[email protected]> > Signed-off-by: Yeoreum Yun <[email protected]> > --- > 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/[email protected]/ > --- > 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) <[email protected]> Thanks, Zenghui

