diff options
| author | Jian Guo <guojian@kylinos.cn> | 2026-07-17 19:06:06 +0800 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-07-17 07:05:40 -1000 |
| commit | 9133e0e2f7148044f0507211fd93724381f5122e (patch) | |
| tree | d1e4438e5fc6da46a0c3e2c23ee0c793b8b0d644 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 98149f5425306cf0a1ed472b216da985b25350ff (diff) | |
selftests/cgroup: Remove redundant cg_enter_current() call in test_core
The test_cgcore_no_internal_process_constraint_on_threads test has two
back-to-back cg_enter_current(root) calls in its cleanup path.
A single cg_enter_current() call atomically migrates the entire thread
group to the target cgroup even for multi-threaded processes, and this
test creates no extra threads or child processes that would require a
second migration attempt. The second call is a harmless no-op once the
process is already in the root cgroup, but it is redundant and
inconsistent with the cleanup logic used in all other cgroup core
selftest cases.
Remove the duplicate call to clean up the code. No functional change is
intended.
Signed-off-by: Jian Guo <guojian@kylinos.cn>
Acked-by: Michal Koutný <mkoutny@suse.com>
Tested-by: Tao Cui <cuitao@kylinos.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
