Skip to content

Commit e659074

Browse files
mjkravetztorvalds
authored andcommitted
Documentation: update libhugetlbfs location and use for testing
The URL for libhugetlbfs has changed. Also, put a stronger emphasis on using libgugetlbfs for hugetlb 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 fd5a9ec commit e659074

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Documentation/vm/hugetlbpage.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,14 @@ Examples
329329

330330
3) hugepage-mmap: see tools/testing/selftests/vm/hugepage-mmap.c
331331

332-
4) The libhugetlbfs (http://libhugetlbfs.sourceforge.net) library provides a
333-
wide range of userspace tools to help with huge page usability, environment
334-
setup, and control. Furthermore it provides useful test cases that should be
335-
used when modifying code to ensure no regressions are introduced.
332+
4) The libhugetlbfs (https://github.com/libhugetlbfs/libhugetlbfs) library
333+
provides a wide range of userspace tools to help with huge page usability,
334+
environment setup, and control.
335+
336+
Kernel development regression testing
337+
=====================================
338+
339+
The most complete set of hugetlb tests are in the libhugetlbfs repository.
340+
If you modify any hugetlb related code, use the libhugetlbfs test suite
341+
to check for regressions. In addition, if you add any new hugetlb
342+
functionality, please add appropriate tests to libhugetlbfs.

0 commit comments

Comments
 (0)