Re: [PATCH] selftests: mm: add s390 to ARCH check

2024-07-24 Thread Andrew Morton
On Wed, 24 Jul 2024 14:09:55 -0600 Nico Pache wrote: > When compiling with ARCH already set, the s390x ARCH is actually s390. > Add s390 to the ARCH check list, so we can properly build selftests for > s390. > Unclear what "properly" means. I assume it partially works? I'm assuming that prope

[PATCH] selftests: mm: add s390 to ARCH check

2024-07-24 Thread Nico Pache
When compiling with ARCH already set, the s390x ARCH is actually s390. Add s390 to the ARCH check list, so we can properly build selftests for s390. Signed-off-by: Nico Pache --- tools/testing/selftests/mm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing