From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] cgroup changes for v6.2-rc1
Date: Sun, 11 Dec 2022 20:22:14 -1000 [thread overview]
Message-ID: <Y5bIlstHSdB7FOID@slm.duckdns.org> (raw)
The following changes since commit 79a818b5087393d5a4cb356d4545d02f55bf1a2f:
blkcg: Update MAINTAINERS entry (2022-10-17 09:27:18 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.2
for you to fetch changes up to 674b745e22b3caae48ad20422795eefd3f832a7b:
cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_lock_irq() (2022-11-23 07:16:38 -1000)
----------------------------------------------------------------
cgroup changes for v6.2-rc1
Nothing too interesting.
* Add CONFIG_DEBUG_GROUP_REF which makes cgroup refcnt operations kprobable.
* A couple cpuset optimizations.
* Other misc changes including doc and test updates.
----------------------------------------------------------------
Breno Leitao (1):
kselftest/cgroup: Fix gathering number of CPUs
Kamalesh Babulal (2):
kselftest/cgroup: Add cleanup() to test_cpuset_prs.sh
cgroup/cpuset: Improve cpuset_css_alloc() description
Ran Tian (1):
cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_lock_irq()
Tejun Heo (2):
cgroup: Implement DEBUG_CGROUP_REF
cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REF
Waiman Long (2):
cgroup/cpuset: Skip spread flags update on v2
cgroup/cpuset: Optimize cpuset_attach() on v2
include/linux/cgroup.h | 98 +++--------------------
include/linux/cgroup_refcnt.h | 96 ++++++++++++++++++++++
kernel/cgroup/cgroup.c | 8 +-
kernel/cgroup/cpuset.c | 48 ++++++++---
lib/Kconfig.debug | 10 +++
tools/testing/selftests/cgroup/test_cpuset_prs.sh | 19 ++++-
6 files changed, 181 insertions(+), 98 deletions(-)
create mode 100644 include/linux/cgroup_refcnt.h
--
tejun
next reply other threads:[~2022-12-12 6:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 6:22 Tejun Heo [this message]
[not found] ` <Y5bIlstHSdB7FOID-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2022-12-13 0:36 ` [GIT PULL] cgroup changes for v6.2-rc1 pr-tracker-bot-DgEjT+Ai2ygdnm+yROfE0A
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=Y5bIlstHSdB7FOID@slm.duckdns.org \
--to=tj-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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