[GIT PULL] cgroup changes for v6.4-rc1

From: Tejun Heo
Date: Thu Apr 27 2023 - 16:54:01 EST


The following changes since commit 292fd843de26c551856e66faf134512c52dd78b4:

cgroup/cpuset: Fix partition root's cpuset.cpus update bug (2023-03-29 08:37:07 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.4

for you to fetch changes up to 9403d9cb564b6a3af86cb18fe722097ed7620f6f:

docs: cgroup-v1/cpusets: update libcgroup project link (2023-04-14 06:55:48 -1000)

----------------------------------------------------------------
cgroup changes for v6.4-rc1

* cpuset changes including the fix for an incorrect interaction with CPU
hotplug and an optimization.

* Other doc and cosmetic changes.

----------------------------------------------------------------
Haifeng Xu (1):
cpuset: Clean up cpuset_node_allowed

Kamalesh Babulal (2):
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
docs: cgroup-v1/cpusets: update libcgroup project link

Tejun Heo (1):
Merge branch 'for-6.3-fixes' into for-6.4

Waiman Long (3):
cgroup/cpuset: Skip task update if hotplug doesn't affect current cpuset
cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are updated
cgroup/cpuset: Minor updates to test_cpuset_prs.sh

Documentation/admin-guide/cgroup-v1/cpusets.rst | 2 +-
include/linux/cpuset.h | 16 +-----
kernel/bpf/cgroup.c | 38 +++++++-------
kernel/bpf/cgroup_iter.c | 4 +-
kernel/bpf/local_storage.c | 4 +-
kernel/cgroup/cgroup-v1.c | 16 +++---
kernel/cgroup/cgroup.c | 60 +++++++++++------------
kernel/cgroup/cpuset.c | 30 +++++++-----
mm/page_alloc.c | 4 +-
tools/testing/selftests/cgroup/test_cpuset_prs.sh | 25 +++++-----
10 files changed, 99 insertions(+), 100 deletions(-)