From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
Michal Koutny <mkoutny@suse.com>,
Waiman Long <longman@redhat.com>,
cgroups@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v7.0-rc6
Date: Tue, 31 Mar 2026 09:43:27 -1000 [thread overview]
Message-ID: <85ee59a014d0eb2b005c623a0e7c45b2@kernel.org> (raw)
Hello,
The following changes since commit a72f73c4dd9b209c53cf8b03b6e97fcefad4262c:
cgroup: Don't expose dead tasks in cgroup (2026-03-06 12:43:25 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.0-rc6-fixes
for you to fetch changes up to 089f3fcd690c71cb3d8ca09f34027764e28920a0:
cgroup/cpuset: Skip security check for hotplug induced v1 task migration (2026-03-31 09:14:13 -1000)
----------------------------------------------------------------
cgroup: Fixes for v7.0-rc6
- Fix cgroup rmdir racing with dying tasks. Deferred task cgroup unlink
introduced a window where cgroup.procs is empty but the cgroup is still
populated, causing rmdir to fail with -EBUSY and selftest failures. Make
rmdir wait for dying tasks to fully leave and fix selftests to not depend
on synchronous populated updates.
- Fix cpuset v1 task migration failure from empty cpusets under strict
security policies. When CPU hotplug removes the last CPU from a v1
cpuset, tasks must be migrated to an ancestor without a
security_task_setscheduler() check that would block the migration.
----------------------------------------------------------------
Tejun Heo (3):
cgroup: Wait for dying tasks to leave on rmdir
selftests/cgroup: Don't require synchronous populated update on task exit
cgroup: Fix cgroup_drain_dying() testing the wrong condition
Waiman Long (2):
cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpuset_can_attach()
cgroup/cpuset: Skip security check for hotplug induced v1 task migration
include/linux/cgroup-defs.h | 3 +
kernel/cgroup/cgroup.c | 88 +++++++++++++++++++++-
kernel/cgroup/cpuset.c | 29 ++++---
tools/testing/selftests/cgroup/lib/cgroup_util.c | 15 ++++
.../selftests/cgroup/lib/include/cgroup_util.h | 2 +
tools/testing/selftests/cgroup/test_core.c | 3 +-
tools/testing/selftests/cgroup/test_kill.c | 7 +-
7 files changed, 131 insertions(+), 16 deletions(-)
--
tejun
next reply other threads:[~2026-03-31 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-31 19:43 Tejun Heo [this message]
2026-03-31 21:34 ` [GIT PULL] cgroup: Fixes for v7.0-rc6 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=85ee59a014d0eb2b005c623a0e7c45b2@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.