public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: David Vernet <void@manifault.com>,
	Andrea Righi <arighi@nvidia.com>,
	Changwoo Min <changwoo@igalia.com>,
	Emil Tsalapatis <emil@etsalapatis.com>,
	sched-ext@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sched_ext: Changes for v6.20
Date: Mon, 09 Feb 2026 09:32:56 -1000	[thread overview]
Message-ID: <b9f4cf5db168c619bbb67f05d3c61109@kernel.org> (raw)

Hi, Linus.

The following changes since commit ccaeeb585c7c2a0ac67ee1af9acb4d1411dc409e:

  sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_node() (2025-12-22 17:51:51 -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.20

for you to fetch changes up to 4544e9c4ec9a5955a37fdd8204a3d98106f97ab7:

  selftests/sched_ext: Fix init_enable_count flakiness (2026-02-02 09:45:09 -1000)

----------------------------------------------------------------
sched_ext: Changes for v6.20

- Move C example schedulers back from the external scx repo to
  tools/sched_ext as the authoritative source. scx_userland and scx_pair
  are returning while scx_sdt (BPF arena-based task data management) is
  new. These schedulers will be dropped from the external repo.

- Improve error reporting by adding scx_bpf_error() calls when DSQ
  creation fails across all in-tree schedulers.

- Avoid redundant irq_work_queue() calls in destroy_dsq() by only
  queueing when llist_add() indicates an empty list.

- Fix flaky init_enable_count selftest by properly synchronizing
  pre-forked children using a pipe instead of sleep().

----------------------------------------------------------------
Emil Tsalapatis (4):
      tools/sched_ext: add scx_userland scheduler
      tools/sched_ext: add scx_pair scheduler
      tools/sched_ext: add arena based scheduler
      tools/sched_ext: Fix data header access during free in scx_sdt

George Guo (1):
      sched_ext: Add error logging for dsq creation failures

Tejun Heo (1):
      selftests/sched_ext: Fix init_enable_count flakiness

Zqiang (1):
      sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()

zhidao su (1):
      tools/sched_ext: Add error logging for dsq creation failures in remaining schedulers

 kernel/sched/ext.c                                 |   4 +-
 tools/sched_ext/Makefile                           |   2 +-
 tools/sched_ext/scx_central.bpf.c                  |   4 +-
 tools/sched_ext/scx_cpu0.bpf.c                     |  10 +-
 tools/sched_ext/scx_flatcg.bpf.c                   |  14 +-
 tools/sched_ext/scx_pair.bpf.c                     | 610 ++++++++++++++++++
 tools/sched_ext/scx_pair.c                         | 180 ++++++
 tools/sched_ext/scx_pair.h                         |   9 +
 tools/sched_ext/scx_qmap.bpf.c                     |   8 +-
 tools/sched_ext/scx_sdt.bpf.c                      | 716 +++++++++++++++++++++
 tools/sched_ext/scx_sdt.c                          | 101 +++
 tools/sched_ext/scx_sdt.h                          | 113 ++++
 tools/sched_ext/scx_simple.bpf.c                   |  10 +-
 tools/sched_ext/scx_userland.bpf.c                 | 344 ++++++++++
 tools/sched_ext/scx_userland.c                     | 437 +++++++++++++
 tools/sched_ext/scx_userland.h                     |  17 +
 .../selftests/sched_ext/init_enable_count.c        |  34 +-
 17 files changed, 2592 insertions(+), 21 deletions(-)
 create mode 100644 tools/sched_ext/scx_pair.bpf.c
 create mode 100644 tools/sched_ext/scx_pair.c
 create mode 100644 tools/sched_ext/scx_pair.h
 create mode 100644 tools/sched_ext/scx_sdt.bpf.c
 create mode 100644 tools/sched_ext/scx_sdt.c
 create mode 100644 tools/sched_ext/scx_sdt.h
 create mode 100644 tools/sched_ext/scx_userland.bpf.c
 create mode 100644 tools/sched_ext/scx_userland.c
 create mode 100644 tools/sched_ext/scx_userland.h

--
tejun

             reply	other threads:[~2026-02-09 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09 19:32 Tejun Heo [this message]
2026-02-11 23:44 ` [GIT PULL] sched_ext: Changes for v6.20 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9f4cf5db168c619bbb67f05d3c61109@kernel.org \
    --to=tj@kernel.org \
    --cc=arighi@nvidia.com \
    --cc=changwoo@igalia.com \
    --cc=emil@etsalapatis.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sched-ext@lists.linux.dev \
    --cc=torvalds@linux-foundation.org \
    --cc=void@manifault.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox