cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Johannes Weiner <hannes@cmpxchg.org>,
	Michal Koutný <mkoutny@suse.com>,
	Waiman Long <longman@redhat.com>,
	cgroups@vger.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v6.18-rc2
Date: Mon, 20 Oct 2025 08:15:54 -1000	[thread overview]
Message-ID: <ca8c62e00bea051b0bd3bf682155428f@kernel.org> (raw)

The following changes since commit e406d57be7bd2a4e73ea512c1ae36a40a44e499e:

  Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2025-10-02 18:44:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0fbbcab7f9082cdc233da5e5e353f69830f11956:

  cgroup/misc: fix misc_res_type kernel-doc warning (2025-10-17 05:31:56 -1000)

----------------------------------------------------------------
cgroup: Fixes for v6.18-rc2

- Fix seqcount lockdep assertion failure in cgroup freezer on PREEMPT_RT.
  Plain seqcount_t expects preemption disabled, but PREEMPT_RT spinlocks
  don't disable preemption. Switch to seqcount_spinlock_t to properly
  associate css_set_lock with the freeze timing seqcount.

- Misc changes including kernel-doc warning fix for misc_res_type enum and
  improved selftest diagnostics.

----------------------------------------------------------------
Nirbhay Sharma (1):
      cgroup: Fix seqcount lockdep assertion in cgroup freezer

Randy Dunlap (1):
      cgroup/misc: fix misc_res_type kernel-doc warning

Sebastian Chlad (2):
      selftests: cgroup: add values_close_report helper
      selftests: cgroup: Use values_close_report in test_cpu

 include/linux/cgroup-defs.h                          |  2 +-
 include/linux/misc_cgroup.h                          |  2 +-
 kernel/cgroup/cgroup.c                               |  2 +-
 .../selftests/cgroup/lib/include/cgroup_util.h       | 20 ++++++++++++++++++++
 tools/testing/selftests/cgroup/test_cpu.c            | 18 +++++++++---------
 5 files changed, 32 insertions(+), 12 deletions(-)

             reply	other threads:[~2025-10-20 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-20 18:15 Tejun Heo [this message]
2025-10-20 19:58 ` [GIT PULL] cgroup: Fixes for v6.18-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=ca8c62e00bea051b0bd3bf682155428f@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).