Commit 7586d52
committed
Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo:
- cpu.stat now also shows niced CPU time
- Freezer and cpuset optimizations
- Other misc changes
* tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation
cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()"
MAINTAINERS: remove Zefan Li
cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper
cgroup/freezer: Reduce redundant traversal for cgroup_freeze
cgroup/bpf: only cgroup v2 can be attached by bpf programs
Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
selftests/cgroup: Fix compile error in test_cpu.c
cgroup/rstat: Selftests for niced CPU statistics
cgroup/rstat: Tracking cgroup-level niced CPU time
cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c8 files changed
Lines changed: 239 additions & 138 deletions
File tree
- include/linux
- kernel/cgroup
- tools/testing/selftests/cgroup
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
582 | 585 | | |
583 | 586 | | |
584 | 587 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5756 | 5756 | | |
5757 | 5757 | | |
5758 | 5758 | | |
5759 | | - | |
5760 | 5759 | | |
5761 | 5760 | | |
5762 | 5761 | | |
| |||
5785 | 5784 | | |
5786 | 5785 | | |
5787 | 5786 | | |
5788 | | - | |
5789 | 5787 | | |
5790 | 5788 | | |
5791 | 5789 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| |||
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
400 | | - | |
| 401 | + | |
401 | 402 | | |
402 | 403 | | |
403 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2140 | 2140 | | |
2141 | 2141 | | |
2142 | 2142 | | |
2143 | | - | |
2144 | | - | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
2145 | 2147 | | |
2146 | 2148 | | |
2147 | 2149 | | |
| |||
2314 | 2316 | | |
2315 | 2317 | | |
2316 | 2318 | | |
2317 | | - | |
2318 | | - | |
| 2319 | + | |
2319 | 2320 | | |
2320 | | - | |
2321 | 2321 | | |
2322 | 2322 | | |
2323 | 2323 | | |
| |||
5710 | 5710 | | |
5711 | 5711 | | |
5712 | 5712 | | |
5713 | | - | |
5714 | | - | |
5715 | | - | |
| 5713 | + | |
| 5714 | + | |
| 5715 | + | |
| 5716 | + | |
| 5717 | + | |
5716 | 5718 | | |
5717 | 5719 | | |
5718 | 5720 | | |
| |||
6026 | 6028 | | |
6027 | 6029 | | |
6028 | 6030 | | |
6029 | | - | |
| 6031 | + | |
| 6032 | + | |
6030 | 6033 | | |
6031 | 6034 | | |
6032 | 6035 | | |
| |||
0 commit comments