[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aKd-G9DuRlPJdQgv@slm.duckdns.org>
Date: Thu, 21 Aug 2025 10:14:19 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Johannes Weiner <hannes@...xchg.org>,
Michal Koutný <mkoutny@...e.com>,
cgroups@...r.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v6.17-rc2
The following changes since commit 561c80369df0733ba0574882a1635287b20f9de2:
Merge tag 'tty-6.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty (2025-08-09 18:12:23 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.17-rc2-fixes
for you to fetch changes up to 6563623e604e3e235b2cee71190a4972be8f986b:
docs: cgroup: fixed spelling mistakes in documentation (2025-08-12 10:52:28 -1000)
----------------------------------------------------------------
cgroup: Fixes for v6.17-rc2
- Fix NULL de-ref in css_rstat_exit() which could happen after allocation
failure.
- Fix a cpuset partition handling bug and a couple other misc issues.
- Doc spelling fix.
----------------------------------------------------------------
JP Kobryn (1):
cgroup: avoid null de-ref in css_rstat_exit()
Soham Metha (1):
docs: cgroup: fixed spelling mistakes in documentation
Waiman Long (3):
cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key
cgroup/cpuset: Fix a partition error with CPU hotplug
cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()
Documentation/admin-guide/cgroup-v2.rst | 4 ++--
kernel/cgroup/cpuset.c | 11 +++++------
kernel/cgroup/rstat.c | 3 +++
3 files changed, 10 insertions(+), 8 deletions(-)
--
tejun
Powered by blists - more mailing lists