[GIT PULL] cgroup: Fixes for v7.2-rc3

From: Tejun Heo

Date: Mon Jul 13 2026 - 17:30:00 EST


Hi Linus,

The following changes since commit f0e6f20cb52b14c2c441f04e21cef0c95d498cac:

Merge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-ntfs3 (2026-06-24 10:05:53 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.2-rc3-fixes

for you to fetch changes up to 97fef602584458b100d383afed9d176c0bc689ab:

Docs/admin-guide/cgroup-v2: note blkcg_debug_stats gates io.latency stats (2026-07-07 12:26:23 -1000)

----------------------------------------------------------------
cgroup: Fixes for v7.2-rc3

- A cpuset that never set its memory nodes could divide by zero when a
task's mempolicy rebinds on CPU hotplug. Rebind against the effective
nodes, which are always populated.

- Documentation fixes for memory.stat, io.stat, and the misc and v1 RDMA
controllers.

----------------------------------------------------------------
Doehyun Baek (1):
Docs/admin-guide/cgroup-v2: fix memory.stat doc details

Farhad Alemi (1):
cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed

Guopeng Zhang (3):
Docs/admin-guide/cgroup-v2: drop stale misc interface file count
Docs/admin-guide/cgroup-v1: document rdma.peak, rdma.events and rdma.events.local
Docs/admin-guide/cgroup-v2: note blkcg_debug_stats gates io.latency stats

Documentation/admin-guide/cgroup-v1/rdma.rst | 66 ++++++++++++++++++++++++++++
Documentation/admin-guide/cgroup-v2.rst | 20 +++++----
kernel/cgroup/cpuset.c | 7 ++-
3 files changed, 84 insertions(+), 9 deletions(-)

Thanks.

--
tejun