coreos-modules: add CONFIG_SCHED_CLASS_EXT kernel option

This change introduces the "Extensible Scheduling Class" kernel option
(https://cateee.net/lkddb/web-lkddb/SCHED_CLASS_EXT.html), essentially
enabling BPF process schedulers.
While only few actual scheduler implementations will be able to use this
at this point (most also need CONFIG_PAHOLE_HAS_BTF_TAG which is only
available when the kernel is built with CLANG), it's a step into the
right direction.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2026-03-03 13:28:10 +01:00
parent ed110eeff9
commit 9aff5c208a

View File

@ -863,6 +863,7 @@ CONFIG_SATA_SX4=m
CONFIG_SATA_VIA=m
CONFIG_SATA_VITESSE=m
CONFIG_SCHED_AUTOGROUP=y
CONFIG_SCHED_CLASS_EXT=y
CONFIG_SCHED_SMT=y
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_SCSI_3W_9XXX=m