Commit 1772094
committed
Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fixes from Tejun Heo:
- Add Waiman Long as a cpuset maintainer
- cgroup_get_from_id() could be fed a kernfs ID which doesn't point to
a cgroup directory but a knob file and then crash. Error out if the
lookup kernfs_node isn't a directory.
* tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
cpuset: Add Waiman Long as a cpuset maintainer2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5246 | 5246 | | |
5247 | 5247 | | |
5248 | 5248 | | |
| 5249 | + | |
5249 | 5250 | | |
5250 | 5251 | | |
5251 | 5252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6049 | 6049 | | |
6050 | 6050 | | |
6051 | 6051 | | |
| 6052 | + | |
| 6053 | + | |
| 6054 | + | |
6052 | 6055 | | |
6053 | 6056 | | |
6054 | 6057 | | |
6055 | 6058 | | |
6056 | 6059 | | |
6057 | 6060 | | |
6058 | 6061 | | |
6059 | | - | |
| 6062 | + | |
6060 | 6063 | | |
6061 | 6064 | | |
6062 | 6065 | | |
| |||
0 commit comments