diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-04-18 11:07:45 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-28 02:02:33 +0300 |
commit | 946280cdfc211b4870d54c07f8a2aa82203d6886 (patch) | |
tree | a31af5c7836aa85f8f5b0af07b7366b6b81f5267 /Documentation/vm/hugetlbfs_reserv.rst | |
parent | fde7917fbd6fcdc35d5ca216e4d44bdeb87edb76 (diff) | |
download | linux-946280cdfc211b4870d54c07f8a2aa82203d6886.tar.xz |
docs/vm: hugetlbpage: move section about kernel development to hugetlbfs_reserv
The hugetlbpage describes hugetlbfs from the user perspective and newer
hugetlbfs_reserv document targets kernel developers. Hence the section
about hugetlbfs kernel development naturally belongs there.
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm/hugetlbfs_reserv.rst')
-rw-r--r-- | Documentation/vm/hugetlbfs_reserv.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/vm/hugetlbfs_reserv.rst b/Documentation/vm/hugetlbfs_reserv.rst index 36a87a2ea435..9d200762114f 100644 --- a/Documentation/vm/hugetlbfs_reserv.rst +++ b/Documentation/vm/hugetlbfs_reserv.rst @@ -583,5 +583,13 @@ of cpusets or memory policy there is no guarantee that huge pages will be available on the required nodes. This is true even if there are a sufficient number of global reservations. +Hugetlbfs regression testing +============================ +The most complete set of hugetlb tests are in the libhugetlbfs repository. +If you modify any hugetlb related code, use the libhugetlbfs test suite +to check for regressions. In addition, if you add any new hugetlb +functionality, please add appropriate tests to libhugetlbfs. + +-- Mike Kravetz, 7 April 2017 |