Hello, * 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. Thanks. The following changes since commit 2bdfd2825c9662463371e6691b1a794e97fa36b4: cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning (2022-02-03 05:59:01 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-5.17-fixes for you to fetch changes up to c70cd039f1d779126347a896a58876782dcc5284: cpuset: Fix kernel-doc (2022-02-22 09:49:49 -1000) ---------------------------------------------------------------- Christian Brauner (1): cgroup: clarify cgroup_css_set_fork() Jiapeng Chong (1): cpuset: Fix kernel-doc Michal Koutný (1): cgroup-v1: Correct privileges check in release_agent writes Zhang Qiao (1): cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug kernel/cgroup/cgroup-v1.c | 6 ++++-- kernel/cgroup/cgroup.c | 14 ++++++++++++++ kernel/cgroup/cpuset.c | 12 +++++++----- 3 files changed, 25 insertions(+), 7 deletions(-) -- tejun