commit | a692dcaa4bb3c5f3b1638c2941c67dbcf77be6b9 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Wed May 14 15:43:22 2025 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed May 14 15:43:22 2025 +0200 |
tree | b7663eb4594086b33099af6fb7b207cc12157605 | |
parent | e7950425a0feb7b2a153ab5bd374443af151c474 [diff] |
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. Signed-off-by: Mark Brown <broonie@kernel.org>