Skip to content

Commit fd5a9ec

Browse files
mjkravetztorvalds
authored andcommitted
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>
1 parent 243db53 commit fd5a9ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/testing/selftests/vm/run_vmtests

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ else
7575
echo "[PASS]"
7676
fi
7777

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+
7882
echo "--------------------"
7983
echo "running userfaultfd"
8084
echo "--------------------"

0 commit comments

Comments
 (0)