mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] sched_ext: Fixes for v6.15-rc6
@ 2025-05-13  0:55 Tejun Heo
  2025-05-13  3:33 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2025-05-13  0:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, David Vernet, Andrea Righi, Changwoo Min

The following changes since commit bc08b15b54b8aadbc8a8f413271c07a3f4bead87:

  sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation (2025-04-08 08:53:52 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 428dc9fc0873989d73918d4a9cc22745b7bbc799:

  sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator (2025-05-07 06:24:07 -1000)

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

A little bit invasive for rc6 but they're important fixes, pass tests fine
and won't break anything outside sched_ext.

- scx_bpf_cpuperf_set() calls internal functions that require the rq to be
  locked. It assumed that the BPF caller has rq locked but that's not always
  true. Fix it by tracking whether rq is currently held by the CPU and
  grabbing it if necessary.

- bpf_iter_scx_dsq_new() was leaving the DSQ iterator in an uninitialized
  state after an error. However, next() and destroy() can be called on an
  iterator which failed initialization and thus they always need to be
  initialized even after an init error. Fix by always initializing the
  iterator.

- Remove duplicate BTF_ID_FLAGS() entries.

----------------------------------------------------------------
Andrea Righi (4):
      sched_ext: Track currently locked rq
      sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()
      sched_ext: Remove duplicate BTF_ID_FLAGS definitions
      sched_ext: Fix rq lock state in hotplug ops

Tejun Heo (1):
      sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator

 kernel/sched/ext.c      | 191 +++++++++++++++++++++++++++++++-----------------
 kernel/sched/ext_idle.c |   2 +-
 2 files changed, 124 insertions(+), 69 deletions(-)


-- 
tejun

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

* Re: [GIT PULL] sched_ext: Fixes for v6.15-rc6
  2025-05-13  0:55 [GIT PULL] sched_ext: Fixes for v6.15-rc6 Tejun Heo
@ 2025-05-13  3:33 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-05-13  3:33 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Linus Torvalds, linux-kernel, David Vernet, Andrea Righi, Changwoo Min

The pull request you sent on Mon, 12 May 2025 14:55:08 -1000:

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

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

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-05-13  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-13  0:55 [GIT PULL] sched_ext: Fixes for v6.15-rc6 Tejun Heo
2025-05-13  3:33 ` 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

all inboxes | Powered by JetHome®