VOOZH about

URL: https://www.phoronix.com/news/Linux-7.1-sched-ext

⇱ Linux 7.1 sched_ext Brings cgroup Sub-Scheduler Groundwork, Idle SMT Sibling Improvement - Phoronix


👁 Phoronix

Linux 7.1 sched_ext Brings cgroup Sub-Scheduler Groundwork, Idle SMT Sibling Improvement

Written by Michael Larabel in Linux Kernel on 16 April 2026 at 05:24 PM EDT. 1 Comment
The extensible scheduler "sched_ext" code for allowing Linux scheduling behavior to be defined via BPF programs is seeing some useful improvements with the in-development Linux 7.1 kernel.

The now-merged sched_ext code for Linux 7.1 establishes the initial infrastructure around cgroup sub-scheduler support so that multiple BPF schedulers can be attached to the cgroup hierarchy for dealing with varying workloads on the system. This work was previously covered in Sub-Scheduler Support Could Be One Of The Most Exciting Features To Come For Linux 7.1. The pull request notes some functionality is now going to land in a later kernel cycle:
"Cgroup sub-scheduler groundwork. Multiple BPF schedulers can be attached to cgroups and the dispatch path is made hierarchical. This involves substantial restructuring of the core dispatch, bypass, watchdog, and dump paths to be per-scheduler, along with new infrastructure for scheduler ownership enforcement, lifecycle management, and cgroup subtree iteration. The enqueue path is not yet updated and will follow in a later cycle."

Another notable change for sched_ext this cycle is prioritizing idle SMT siblings for better performance. On large SMT systems the change consistently boosted throughput by 2~3% for CPU bound workloads.

Sched_EXT for Linux 7.1 also brings another change to give schedulers tighter control over queuing latency. Plus documentation improvements, bug fixes, and other enhancements. More details on these now merged sched_ext changes for Linux 7.1 via this pull.

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.