Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Feb 2022 00:14:35 +0000 (16:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Feb 2022 00:14:35 +0000 (16:14 -0800)
commit5c1ee569660d4a205dced9cb4d0306b907fb7599
tree1fff341c309597e7d9d2c95f276a0805501c3829
parent917bbdb107f8767cb78f24e7d6725a2f93b9effe
parentc70cd039f1d779126347a896a58876782dcc5284
Merge branch 'for-5.17-fixes' of git://git./linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:

 - Fix for a subtle bug in the recent release_agent permission check
   update

 - Fix for a long-standing race condition between cpuset and cpu hotplug

 - Comment updates

* 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cpuset: Fix kernel-doc
  cgroup-v1: Correct privileges check in release_agent writes
  cgroup: clarify cgroup_css_set_fork()
  cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
kernel/cgroup/cgroup.c