[GIT PULL] cgroup fixes for v6.0-rc6
From: Tejun Heo
Date: Fri Sep 23 2022 - 23:53:28 EST
The following changes since commit 5995497296ade7716c8e70899e02235f2b6d9f5d:
Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-09-04 11:33:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.0-rc6-fixes
for you to fetch changes up to df02452f3df069a59bc9e69c84435bf115cb6e37:
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory (2022-09-23 07:18:45 -1000)
----------------------------------------------------------------
Cgroup fixes for v6.0-rc6
* 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.
----------------------------------------------------------------
Ming Lei (1):
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Tejun Heo (1):
cpuset: Add Waiman Long as a cpuset maintainer
MAINTAINERS | 1 +
kernel/cgroup/cgroup.c | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
--
tejun