aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Breno Leitao <leitao@debian.org> 2024-01-29 03:52:46 -0800
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2024-02-22 10:24:52 -0800
commitd2d20f08e93a417199107abab795c5d40029eaae (patch)
treeb6d241f69669b4bc69f54212c39d0ce41b0fa034 /tools
parentmm/memory: ignore writable bit in folio_pte_batch() (diff)
downloadlinux-d2d20f08e93a417199107abab795c5d40029eaae.tar.gz
linux-d2d20f08e93a417199107abab795c5d40029eaae.tar.bz2
linux-d2d20f08e93a417199107abab795c5d40029eaae.zip
selftests/mm: run_vmtests.sh: add hugetlb test category
The usage of run_vmtests.sh does not include hugetlb, which is a valid test category. Add the 'hugetlb' to the usage of run_vmtests.sh. Link: https://lkml.kernel.org/r/20240129115246.1234253-1-leitao@debian.org Signed-off-by: Breno Leitao <leitao@debian.org> Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Reviewed-by: Joel Savitz <jsavitz@redhat.com> Cc: Ryan Roberts <ryan.roberts@arm.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testing/selftests/mm/run_vmtests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/mm/run_vmtests.sh b/tools/testing/selftests/mm/run_vmtests.sh
index 040f27e21f47..81b5980886da 100755
--- a/tools/testing/selftests/mm/run_vmtests.sh
+++ b/tools/testing/selftests/mm/run_vmtests.sh
@@ -64,6 +64,8 @@ separated by spaces:
test copy-on-write semantics
- thp
test transparent huge pages
+- hugetlb
+ test hugetlbfs huge pages
- migration
invoke move_pages(2) to exercise the migration entry code
paths in the kernel