diff options
author | Mike Kravetz <mike.kravetz@oracle.com> | 2015-09-08 18:02:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-08 18:35:28 -0400 |
commit | fd5a9ecd6880619bea74c6b12ec86819eacfb012 (patch) | |
tree | 8d4a832b72fe82113069b0716a9c0ed4d0bc99c0 /tools/testing | |
parent | 243db5351aae5e6756fb610d41431a30d44b56a6 (diff) |
selftests:vm: point to libhugetlbfs for regression testing
The hugetlb selftests provide minimal coverage. Have run script point
people at libhugetlbfs for better regression testing.
Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: Joern Engel <joern@logfs.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: David Rientjes <rientjes@google.com>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/selftests/vm/run_vmtests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/run_vmtests b/tools/testing/selftests/vm/run_vmtests index d891d6e326f4..9179ce8df485 100755 --- a/tools/testing/selftests/vm/run_vmtests +++ b/tools/testing/selftests/vm/run_vmtests | |||
@@ -75,6 +75,10 @@ else | |||
75 | echo "[PASS]" | 75 | echo "[PASS]" |
76 | fi | 76 | fi |
77 | 77 | ||
78 | echo "NOTE: The above hugetlb tests provide minimal coverage. Use" | ||
79 | echo " https://github.com/libhugetlbfs/libhugetlbfs.git for" | ||
80 | echo " hugetlb regression testing." | ||
81 | |||
78 | echo "--------------------" | 82 | echo "--------------------" |
79 | echo "running userfaultfd" | 83 | echo "running userfaultfd" |
80 | echo "--------------------" | 84 | echo "--------------------" |