8000 Add SCHED_EXT support to chrt by shashank-mahadasyam · Pull Request #3573 · util-linux/util-linux · GitHub
[go: up one dir, main page]

Skip to content

Add SCHED_EXT support to chrt #3573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shashank-mahadasyam
Copy link
@shashank-mahadasyam shashank-mahadasyam commented May 16, 2025

SCHED_EXT was added in kernel 6.12, which lets processes be scheduled by a BPF-defined scheduler. This PR adds SCHED_EXT support to chrt, updates the tests, the man page, and bash completion.

SCHED_EXT lets processes be scheduled by a BPF program-defined
scheduler. This is supported since kernel version 6.12.

Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com>
Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com>
Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com>
chrt's -e/--ext corresponds to the SCHED_EXT scheduling policy,
which, for the purposes of bash completion, behaves just like
--other, --idle, and --batch

Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0