The APIs provided by sched_ext to BPF schedulers programs have no stability guarantees. This includes the ops table callbacks and constants defined in include/linux/sched/ext.h, as well as the scx_bpf_ kfuncs defined in kernel/sched/ext.c.
While we will attempt to provide a relatively stable API surface when possible, they are subject to change without warning between kernel versions.