lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ca8c62e00bea051b0bd3bf682155428f@kernel.org>
Date: Mon, 20 Oct 2025 08:15:54 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Johannes Weiner <hannes@...xchg.org>, Michal Koutný <mkoutny@...e.com>, Waiman Long <longman@...hat.com>, cgroups@...r.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v6.18-rc2

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ