selftests/mm: deduplicate default page size test results in thuge-gen
authorMark Brown <broonie@kernel.org>
Thu, 15 May 2025 09:36:14 +0000 (11:36 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 1 Jun 2025 05:46:08 +0000 (22:46 -0700)
commit9abb8c208fcc26c644d4a25eb90a526c60ebbd62
tree5f25989ae1a7e877dc3afa63713828529da2f7ff
parent62973e38670a660480ab19c9241f8d77e89b0199
selftests/mm: deduplicate default page size test results in thuge-gen

The thuge-gen test program runs mmap() and shmget() tests for both every
available page size and the default page size, resulting in two tests for
the default size.  These tests are distinct since the flags in the default
case do not specify an explicit size, add the flags to the test name that
is logged to deduplicate.

Link: https://lkml.kernel.org/r/20250515-selfests-mm-thuge-gen-dup-v1-1-057d2836553f@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Dev Jain <dev.jain@arm.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/thuge-gen.c