* [GIT PULL] cgroup: Fixes for v6.18-rc2
@ 2025-10-20 18:15 Tejun Heo
2025-10-20 19:58 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2025-10-20 18:15 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, Johannes Weiner, Michal Koutný, Waiman Long,
cgroups
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-20 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 18:15 [GIT PULL] cgroup: Fixes for v6.18-rc2 Tejun Heo
2025-10-20 19:58 ` pr-tracker-bot
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).