mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
ed110eeff9
commit
9aff5c208a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user