summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/cgroup/test_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-17selftests: cgroup: Fix compilation on pre-cgroupns kernelsMichal Koutný1-0/+3
2025-06-17selftests: cgroup: Optionally set up v1 environmentMichal Koutný1-2/+42
2025-06-17selftests: cgroup: Add support for named v1 hierarchies in test_coreMichal Koutný1-5/+26
2025-06-17selftests: cgroup_util: Add helpers for testing named v1 hierarchiesMichal Koutný1-3/+3
2024-05-20Revert "selftests/cgroup: Drop define _GNU_SOURCE"Shuah Khan1-0/+2
2024-05-13selftests/cgroup: Drop define _GNU_SOURCEEdward Liaw1-2/+0
2024-04-03selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...Tianchen Ding1-1/+6
2023-07-10selftests: cgroup: Minor code reorganizationsMichal Koutný1-1/+1
2022-01-07selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo1-0/+97
2022-01-07selftests: cgroup: Test open-time credential usage for migration checksTejun Heo1-0/+68
2020-02-13selftests/cgroup: add tests for cloning into cgroupsChristian Brauner1-0/+64
2020-02-13kselftest/cgroup: add cgroup destruction testSuren Baghdasaryan1-0/+113
2020-01-10selftests: Uninitialized variable in test_cgcore_proc_migration()Dan Carpenter1-1/+1
2019-10-07selftests: cgroup: Add task migration testsMichal Koutný1-0/+146
2019-05-30kselftest/cgroup: fix incorrect test_core skipAlex Shi1-1/+1
2019-05-30kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi1-0/+5
2018-08-09Add cgroup core selftestsClaudio1-0/+395