All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sched_ext: Fixes for v6.18-rc3
@ 2025-10-27 16:51 Tejun Heo
  2025-10-27 18:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2025-10-27 16:51 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Peter Zijlstra, linux-kernel, sched-ext,
	David Vernet, Andrea Righi, Changwoo Min

Hi Linus,

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

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-rc3-fixes

for you to fetch changes up to a3c4a0a42e61aad1056a3d33fd603c1ae66d4288:

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

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

- Fix scx_kick_pseqs corruption when multiple schedulers are loaded
  concurrently

- Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc() to handle systems
  with large CPU counts

- Defer queue_balance_callback() until after ops.dispatch to fix callback
  ordering issues

- Sync error_irq_work before freeing scx_sched to prevent use-after-free

- Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU for proper RCU
  protection

- Fix flag check for deferred callbacks

----------------------------------------------------------------
Andrea Righi (1):
      sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loads

Emil Tsalapatis (2):
      sched_ext: defer queue_balance_callback() until after ops.dispatch
      sched_ext: fix flag check for deferred callbacks

Tejun Heo (3):
      sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU
      sched_ext: Sync error_irq_work before freeing scx_sched
      sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()

 kernel/sched/ext.c   | 126 +++++++++++++++++++++++++++++++++++++++++++++------
 kernel/sched/sched.h |   1 +
 2 files changed, 112 insertions(+), 15 deletions(-)

Thanks.

--
tejun

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

* Re: [GIT PULL] sched_ext: Fixes for v6.18-rc3
  2025-10-27 16:51 [GIT PULL] sched_ext: Fixes for v6.18-rc3 Tejun Heo
@ 2025-10-27 18:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-27 18:11 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Linus Torvalds, Ingo Molnar, Peter Zijlstra, linux-kernel,
	sched-ext, David Vernet, Andrea Righi, Changwoo Min

The pull request you sent on Mon, 27 Oct 2025 06:51:28 -1000:

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

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

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:[~2025-10-27 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 16:51 [GIT PULL] sched_ext: Fixes for v6.18-rc3 Tejun Heo
2025-10-27 18:11 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.