hugetlb_cgroup: add hugetlb_cgroup reservation tests
The tests use both shared and private mapped hugetlb memory, and monitors the hugetlb usage counter as well as the hugetlb reservation counter. They test different configurations such as hugetlb memory usage via hugetlbfs, or MAP_HUGETLB, or shmget/shmat, and with and without MAP_POPULATE. Also add test for hugetlb reservation reparenting, since this is a subtle issue. Signed-off-by:Mina Almasry <almasrymina@google.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Tested-by: Sandipan Das <sandipan@linux.ibm.com> [powerpc64] Acked-by:
Mike Kravetz <mike.kravetz@oracle.com> Cc: Sandipan Das <sandipan@linux.ibm.com> Cc: David Rientjes <rientjes@google.com> Cc: Greg Thelen <gthelen@google.com> Cc: Shakeel Butt <shakeelb@google.com> Cc: Shuah Khan <shuah@kernel.org> Link: http://lkml.kernel.org/r/20200211213128.73302-8-almasrymina@google.com Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- tools/testing/selftests/vm/.gitignore 1 addition, 0 deletionstools/testing/selftests/vm/.gitignore
- tools/testing/selftests/vm/Makefile 1 addition, 0 deletionstools/testing/selftests/vm/Makefile
- tools/testing/selftests/vm/charge_reserved_hugetlb.sh 575 additions, 0 deletionstools/testing/selftests/vm/charge_reserved_hugetlb.sh
- tools/testing/selftests/vm/hugetlb_reparenting_test.sh 244 additions, 0 deletionstools/testing/selftests/vm/hugetlb_reparenting_test.sh
- tools/testing/selftests/vm/write_hugetlb_memory.sh 23 additions, 0 deletionstools/testing/selftests/vm/write_hugetlb_memory.sh
- tools/testing/selftests/vm/write_to_hugetlbfs.c 242 additions, 0 deletionstools/testing/selftests/vm/write_to_hugetlbfs.c
Loading
Please register or sign in to comment