]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9deec4146884f2236fa9617cd8ce4fcea6d5b837
tree1fff341c309597e7d9d2c95f276a0805501c3829
parent6c11400fb72b095e86a617f4a2d6617eaa8b4b31
parentbbb3e35a82ac491490cee54395ddc169f1d76514
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/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