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: <82773efeb786fdc3c392d9fbeedf336c@kernel.org>
Date: Mon, 17 Nov 2025 05:32:37 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, sched-ext@...ts.linux.dev,
 David Vernet <void@...ifault.com>, Andrea Righi <arighi@...dia.com>,
 Changwoo Min <changwoo@...lia.com>
Subject: [GIT PULL] sched_ext fixes for v6.18-rc6

Hi Linus,

The following changes since commit a3c4a0a42e61aad1056a3d33fd603c1ae66d4288:

  sched_ext: fix flag check for deferred callbacks (2025-10-16 08:34:00 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 36c6f3c03d104faf1aa90922f2310549c175420f:

  sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_work (2025-11-17 05:07:22 -1000)

----------------------------------------------------------------
sched_ext: Fixes for v6.18-rc6

Five fixes addressing PREEMPT_RT compatibility and locking issues. Three
commits fix potential deadlocks and sleeps in atomic contexts on RT kernels by
converting locks to raw spinlocks and ensuring IRQ work runs in hard-irq
context. The remaining two fix unsafe locking in the debug dump path and a
variable dereference typo.

----------------------------------------------------------------
Andrea Righi (1):
      sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()

Emil Tsalapatis (1):
      sched/ext: convert scx_tasks_lock to raw spinlock

Zqiang (3):
      sched_ext: Fix unsafe locking in the scx_dump_state()
      sched_ext: Fix possible deadlock in the deferred_irq_workfn()
      sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_work

 kernel/sched/ext.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ