All of lore.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>,
	linux-kernel@vger.kernel.org, sched-ext@lists.linux.dev
Subject: [GIT PULL] sched_ext: Fixes for v7.0
Date: Fri, 20 Feb 2026 17:41:47 -1000	[thread overview]
Message-ID: <bac5659887fbca95e7159ffb94ec2e43@kernel.org> (raw)

Hi Linus,

The following changes since commit 37a93dd5c49b5fda807fd204edf2547c3493319c:

  Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2026-02-11 19:31:52 -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-fixes

for you to fetch changes up to 640c9dc72f21f325700a4b0f839ad568ff21c697:

  tools/sched_ext: fix getopt not re-parsed on restart (2026-02-20 17:17:38 -1000)

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

- Various bug fixes for the example schedulers and selftests.

----------------------------------------------------------------
David Carlier (9):
      tools/sched_ext: scx_flatcg: zero-initialize stats counter array
      tools/sched_ext: scx_central: fix sched_setaffinity() call with the set size
      tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugs
      tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_read_stats
      tools/sched_ext: scx_userland: fix stale data on restart
      tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exit
      tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systems
      tools/sched_ext: scx_userland: fix data races on shared counters
      tools/sched_ext: fix getopt not re-parsed on restart

Ihor Solodrai (1):
      selftests/sched_ext: Fix rt_stall flaky failure

 tools/sched_ext/scx_central.c                | 10 ++++--
 tools/sched_ext/scx_cpu0.c                   |  1 +
 tools/sched_ext/scx_flatcg.c                 | 13 ++++++--
 tools/sched_ext/scx_pair.c                   |  8 ++++-
 tools/sched_ext/scx_sdt.c                    |  1 +
 tools/sched_ext/scx_simple.c                 |  1 +
 tools/sched_ext/scx_userland.c               | 31 +++++++++++-------
 tools/testing/selftests/sched_ext/rt_stall.c | 49 ++++++++++++++++++++++++++++
 8 files changed, 96 insertions(+), 18 deletions(-)

Thanks.
--
tejun

             reply	other threads:[~2026-02-21  3:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-21  3:41 Tejun Heo [this message]
2026-02-21 18:31 ` [GIT PULL] sched_ext: Fixes for v7.0 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=bac5659887fbca95e7159ffb94ec2e43@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 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.