public inbox for sched-ext@lists.linux.dev
 help / color / mirror / Atom feed
* [GIT PULL] sched_ext: Fixes for v7.0-rc3
@ 2026-03-13 20:28 Tejun Heo
  2026-03-13 22:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2026-03-13 20:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Vernet, Andrea Righi, Changwoo Min, Emil Tsalapatis,
	sched-ext, linux-kernel

Hello,

The following changes since commit 0031c06807cfa8aa51a759ff8aa09e1aa48149af:

  Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2026-03-03 14:25:18 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2fcfe5951eb2e8440fc5e1dd6ea977336ff83a1d:

  sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointer (2026-03-09 06:08:26 -1000)

----------------------------------------------------------------
sched_ext: Fixes for v7.0-rc3

- Fix data races flagged by KCSAN: add missing READ_ONCE()/WRITE_ONCE()
  annotations for lock-free accesses to module parameters and dsq->seq.

- Fix silent truncation of upper 32 enqueue flags (SCX_ENQ_PREEMPT and
  above) when passed through the int sched_class interface.

- Documentation updates: scheduling class precedence, task ownership
  state machine, example scheduler descriptions, config list cleanup.

- Selftest fix for format specifier and buffer length in
  file_write_long().

----------------------------------------------------------------
Andrea Righi (1):
      sched_ext: Document task ownership state machine

Cheng-Yang Chou (2):
      sched_ext/selftests: Fix format specifier and buffer length in file_write_long()
      sched_ext: Documentation: Update sched-ext.rst

Christian Loehle (1):
      sched_ext: Documentation: Mention scheduling class precedence

David Carlier (1):
      sched_ext: Use READ_ONCE() for scx_slice_bypass_us in scx_bypass()

Tejun Heo (1):
      sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flags

zhidao su (3):
      sched_ext: Use WRITE_ONCE() for the write side of dsq->seq update
      sched_ext: Use READ_ONCE() for lock-free reads of module param variables
      sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointer

 Documentation/scheduler/sched-ext.rst    |  30 +++++++-
 kernel/sched/ext.c                       |  22 +++---
 kernel/sched/ext_internal.h              | 114 ++++++++++++++++++++++++++-----
 tools/testing/selftests/sched_ext/util.c |   4 +-
 4 files changed, 138 insertions(+), 32 deletions(-)

Thanks.

--
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] sched_ext: Fixes for v7.0-rc3
  2026-03-13 20:28 [GIT PULL] sched_ext: Fixes for v7.0-rc3 Tejun Heo
@ 2026-03-13 22:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-03-13 22:15 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Linus Torvalds, David Vernet, Andrea Righi, Changwoo Min,
	Emil Tsalapatis, sched-ext, linux-kernel

The pull request you sent on Fri, 13 Mar 2026 10:28:37 -1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git tags/sched_ext-for-7.0-rc3-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8369b2e97d806537dcdba1d6b3bb46fb1407dab0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-13 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 20:28 [GIT PULL] sched_ext: Fixes for v7.0-rc3 Tejun Heo
2026-03-13 22:15 ` 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