]> www.infradead.org Git - linux.git/commit
selftests: mm: add s390 to ARCH check
authorNico Pache <npache@redhat.com>
Wed, 24 Jul 2024 21:35:17 +0000 (15:35 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 8 Aug 2024 01:33:55 +0000 (18:33 -0700)
commit30b651c8bc788c068a978dc760e9d5f824f7019e
treed21f8986bd8a55fa75e0f268befcaa0226af43c1
parent8400291e289ee6b2bf9779ff1c83a291501f017b
selftests: mm: add s390 to ARCH check

commit 0518dbe97fe6 ("selftests/mm: fix cross compilation with LLVM")
changed the env variable for the architecture from MACHINE to ARCH.

This is preventing 3 required TEST_GEN_FILES from being included when
cross compiling s390x and errors when trying to run the test suite.  This
is due to the ARCH variable already being set and the arch folder name
being s390.

Add "s390" to the filtered list to cover this case and have the 3 files
included in the build.

Link: https://lkml.kernel.org/r/20240724213517.23918-1-npache@redhat.com
Fixes: 0518dbe97fe6 ("selftests/mm: fix cross compilation with LLVM")
Signed-off-by: Nico Pache <npache@redhat.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Albert Ou <aou@eecs.berkeley.edu>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/Makefile