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 changes for v7.1
Date: Mon, 13 Apr 2026 07:07:42 -1000 [thread overview]
Message-ID: <5c154b2c25e1dae88c419232ae1cc581@kernel.org> (raw)
Hello,
The following changes since commit 5ee8dbf54602dc340d6235b1d6aa17c0f283f48c:
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux (2026-03-05 11:52:03 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.1
for you to fetch changes up to 3348e1e83a0f8a5ca1095843bc3316aaef7aae34:
cgroup/rdma: fix swapped arguments in pr_warn() format string (2026-04-09 22:30:08 -1000)
----------------------------------------------------------------
cgroup: Changes for v7.1
- cgroup_file_notify() locking converted from a global lock to
per-cgroup_file spinlock with a lockless fast-path when no notification
is needed.
- Misc changes including exposing cgroup helpers for sched_ext and minor
fixes.
----------------------------------------------------------------
Shakeel Butt (3):
cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()
cgroup: add lockless fast-path checks to cgroup_file_notify()
cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lock
Tejun Heo (1):
cgroup: Expose some cgroup helpers
Thadeu Lima de Souza Cascardo (1):
cgroup/dmem: remove region parameter from dmemcg_parse_limit
cuitao (1):
cgroup/rdma: fix swapped arguments in pr_warn() format string
include/linux/cgroup-defs.h | 1 +
include/linux/cgroup.h | 65 +++++++++++++++++++++++-
kernel/cgroup/cgroup-internal.h | 6 ---
kernel/cgroup/cgroup.c | 108 +++++++++++-----------------------------
kernel/cgroup/dmem.c | 5 +-
kernel/cgroup/rdma.c | 2 +-
6 files changed, 95 insertions(+), 92 deletions(-)
--
tejun
next reply other threads:[~2026-04-13 17:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-13 17:07 Tejun Heo [this message]
2026-04-15 18:12 ` [GIT PULL] cgroup changes for v7.1 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=5c154b2c25e1dae88c419232ae1cc581@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox