From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org,
Johannes Weiner <hannes@cmpxchg.org>,
Michal Koutný <mkoutny@suse.com>,
Waiman Long <longman@redhat.com>
Subject: [GIT PULL] cgroup: Fixes for v7.2-rc3
Date: Mon, 13 Jul 2026 11:29:11 -1000 [thread overview]
Message-ID: <75e18325175b5439095c4248e0aa802d@kernel.org> (raw)
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
next reply other threads:[~2026-07-13 21:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 21:29 Tejun Heo [this message]
2026-07-13 23:16 ` [GIT PULL] cgroup: Fixes for v7.2-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=75e18325175b5439095c4248e0aa802d@kernel.org \
--to=tj@kernel.org \
--cc=cgroups@vger.kernel.org \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=longman@redhat.com \
--cc=mkoutny@suse.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.