]> git.ipfire.org Git - thirdparty/util-linux.git/commit
chrt: (man) explain which kernel config options are needed for SCHED_EXT
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sun, 5 Apr 2026 19:14:07 +0000 (15:14 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sun, 5 Apr 2026 19:19:46 +0000 (15:19 -0400)
commit895ddbf09ea94e9229dbe733f86fb0deb747ebcd
tree29206669ab474e9f63cc007e515b3c66d2bd5357
parent8ecb24ae653c1329b34746e9ac8415f428ba33cb
chrt: (man) explain which kernel config options are needed for SCHED_EXT

On systems running kernel version 6.12+ it is still possible
that the syscall to set SCHED_EXT fails with EINVAL, this can
happen when certain kernel configuration options have not been
set. The list of required options can be found here:
https://docs.kernel.org/scheduler/sched-ext.html#switching-to-and-from-sched-ext

Let's document this in the man page to give users a heads up.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
schedutils/chrt.1.adoc