aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/va_high_addr_switch.sh
diff options
context:
space:
mode:
authorGravatar Chaitanya S Prakash <chaitanyas.prakash@arm.com> 2023-03-23 16:22:43 +0530
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-04-18 16:53:52 -0700
commitc025da0f14e80028de93f72976a0d81dafc17d03 (patch)
tree454205fc676374074c6a03520d7b917eec1f2890 /tools/testing/selftests/mm/va_high_addr_switch.sh
parentselftests/mm: configure nr_hugepages for arm64 (diff)
downloadlinux-c025da0f14e80028de93f72976a0d81dafc17d03.tar.gz
linux-c025da0f14e80028de93f72976a0d81dafc17d03.tar.bz2
linux-c025da0f14e80028de93f72976a0d81dafc17d03.zip
selftests/mm: run hugetlb testcases of va switch
The va_high_addr_switch selftest is used to test mmap across 128TB boundary. It divides the selftest cases into two main categories on the basis of size. One set is used to create mappings that are multiples of PAGE_SIZE while the other creates mappings that are multiples of HUGETLB_SIZE. In order to run the hugetlb testcases the binary must be appended with "--run-hugetlb" but the file that used to run the test only invokes the binary, thereby completely skipping the hugetlb testcases. Hence, the required statement has been added. Link: https://lkml.kernel.org/r/20230323105243.2807166-6-chaitanyas.prakash@arm.com Signed-off-by: Chaitanya S Prakash <chaitanyas.prakash@arm.com> Cc: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Shuah Khan <shuah@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/mm/va_high_addr_switch.sh')
-rw-r--r--tools/testing/selftests/mm/va_high_addr_switch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/mm/va_high_addr_switch.sh b/tools/testing/selftests/mm/va_high_addr_switch.sh
index 3056788a27ac..45cae7cab27e 100644
--- a/tools/testing/selftests/mm/va_high_addr_switch.sh
+++ b/tools/testing/selftests/mm/va_high_addr_switch.sh
@@ -52,3 +52,7 @@ check_test_requirements()
check_test_requirements
./va_high_addr_switch
+
+# In order to run hugetlb testcases, "--run-hugetlb" must be appended
+# to the binary.
+./va_high_addr_switch --run-hugetlb