All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Waiman Long <longman@redhat.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	Michal Koutny <mkoutny@suse.com>,
	cgroups@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v7.1-rc1
Date: Mon, 27 Apr 2026 08:59:34 -1000	[thread overview]
Message-ID: <4403616be923254d7f4c878973e44321@kernel.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2037 bytes --]

Hello,

The following changes since commit d730905bc3c0075275b2d109cd971735274b98c0:

  Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux (2026-04-17 08:53:23 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 981cd338614c96070cf9854679014fd027c1fb1d:

  docs: cgroup: fix typo 'protetion' -> 'protection' (2026-04-27 07:55:40 -1000)

----------------------------------------------------------------
cgroup: Fixes for v7.1-rc1

- Fix UAF race in psi pressure_write() against cgroup file release by
  extending cgroup_mutex coverage and ordering of->priv access after
  cgroup_kn_lock_live().

- Fix integer overflow in rdmacg_try_charge() when usage equals INT_MAX
  by performing the increment in s64.

- Fix asymmetric DL bandwidth accounting on cpuset attach rollback by
  recording the CPU used by dl_bw_alloc() so cancel_attach() returns
  the reservation to the same root domain.

- Fix nr_dying_subsys_* race that briefly showed 0 in cgroup.stat after
  rmdir by incrementing from kill_css() instead of offline_css().

- Typo fix in cgroup-v2 documentation.

----------------------------------------------------------------
Edward Adam Davis (1):
      sched/psi: fix race between file release and pressure write

Guopeng Zhang (1):
      cgroup/cpuset: record DL BW alloc CPU for attach rollback

Petr Malat (1):
      cgroup: Increment nr_dying_subsys_* from rmdir context

Petr Vaněk (1):
      docs: cgroup: fix typo 'protetion' -> 'protection'

cuitao (1):
      cgroup/rdma: fix integer overflow in rdmacg_try_charge()

 Documentation/admin-guide/cgroup-v2.rst |  2 +-
 kernel/cgroup/cgroup.c                  | 46 ++++++++++++++++++++-------------
 kernel/cgroup/cpuset-internal.h         |  5 ++++
 kernel/cgroup/cpuset.c                  | 13 +++++++---
 kernel/cgroup/rdma.c                    |  2 +-
 5 files changed, 44 insertions(+), 24 deletions(-)

--
tejun

             reply	other threads:[~2026-04-27 18:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-27 18:59 Tejun Heo [this message]
2026-04-27 23:53 ` [GIT PULL] cgroup: Fixes for v7.1-rc1 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=4403616be923254d7f4c878973e44321@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.