File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,14 @@ Examples
329329
3303303) 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.
You can’t perform that action at this time.
0 commit comments