diff options
| author | Nhat Pham <nphamcs@gmail.com> | 2023-10-06 11:46:29 -0700 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2023-10-18 14:34:18 -0700 |
| commit | c0dddb7aa5f85e6150a1e3230e01d5ba286eded9 (patch) | |
| tree | 6bd5b100556e818ab79a12e0c6b721af841b827d /tools/testing/selftests/cgroup/.gitignore | |
| parent | 8cba9576df601c384abd334a503c3f6e1e29eefb (diff) | |
| download | linux-c0dddb7aa5f85e6150a1e3230e01d5ba286eded9.tar.gz linux-c0dddb7aa5f85e6150a1e3230e01d5ba286eded9.tar.bz2 linux-c0dddb7aa5f85e6150a1e3230e01d5ba286eded9.zip | |
selftests: add a selftest to verify hugetlb usage in memcg
This patch add a new kselftest to demonstrate and verify the new hugetlb
memcg accounting behavior.
Link: https://lkml.kernel.org/r/20231006184629.155543-5-nphamcs@gmail.com
Signed-off-by: Nhat Pham <nphamcs@gmail.com>
Cc: Frank van der Linden <fvdl@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Rik van Riel <riel@surriel.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Shakeel Butt <shakeelb@google.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Tejun heo <tj@kernel.org>
Cc: Yosry Ahmed <yosryahmed@google.com>
Cc: Zefan Li <lizefan.x@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/cgroup/.gitignore')
| -rw-r--r-- | tools/testing/selftests/cgroup/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore index af8c3f30b9c1..2732e0b29271 100644 --- a/tools/testing/selftests/cgroup/.gitignore +++ b/tools/testing/selftests/cgroup/.gitignore @@ -7,4 +7,5 @@ test_kill test_cpu test_cpuset test_zswap +test_hugetlb_memcg wait_inotify |
