All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: cgroups@vger.kernel.org, Waiman Long <longman@redhat.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v7.0-rc2
Date: Tue, 03 Mar 2026 11:48:57 -1000	[thread overview]
Message-ID: <c04ce0bbeb7a461f3bb0d571ff5a2911@kernel.org> (raw)

Hello,

The following changes since commit 37a93dd5c49b5fda807fd204edf2547c3493319c:

  Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2026-02-11 19:31:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.0-rc2-fixes

for you to fetch changes up to 085f067389d12bd9800c0a9672a174c1de7a8069:

  cgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslocked (2026-02-25 07:39:04 -1000)

----------------------------------------------------------------
cgroup: Fixes for v7.0-rc2

- Fix circular locking dependency in cpuset partition code by deferring
  housekeeping_update() calls to a workqueue instead of calling them
  directly under cpus_read_lock.

- Fix null-ptr-deref in rebuild_sched_domains_cpuslocked() when
  generate_sched_domains() returns NULL due to kmalloc failure.

- Fix incorrect cpuset behavior for effective_xcpus in
  partition_xcpus_del() and cpuset_update_tasks_cpumask() in
  update_cpumasks_hier().

- Fix race between task migration and cgroup iteration.

----------------------------------------------------------------
Chen Ridong (1):
      cgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslocked

Qingye Zhao (1):
      cgroup: fix race between task migration and iteration

Waiman Long (8):
      cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()
      cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_cpumasks_hier()
      cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
      cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changed
      kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" command
      cgroup/cpuset: Move housekeeping_update()/rebuild_sched_domains() together
      cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
      cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

 kernel/cgroup/cgroup.c                            |   1 +
 kernel/cgroup/cpuset.c                            | 222 ++++++++++++++-------
 kernel/sched/isolation.c                          |   4 +-
 kernel/time/timer_migration.c                     |   4 +-
 tools/testing/selftests/cgroup/test_cpuset_prs.sh | 224 +++++++++++-----------
 5 files changed, 266 insertions(+), 189 deletions(-)

Thanks.

--
tejun

             reply	other threads:[~2026-03-03 21:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-03 21:48 Tejun Heo [this message]
2026-03-03 22:31 ` [GIT PULL] cgroup: Fixes for v7.0-rc2 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=c04ce0bbeb7a461f3bb0d571ff5a2911@kernel.org \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=longman@redhat.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.