Hi, On Thu, May 22, 2025 at 11:08:14AM +0900, Shashank Balaji wrote: > +* Processes under the fair-class scheduler > +* Processes under a BPF scheduler with the ``cgroup_set_weight`` callback > +* Everything else: ``SCHED_{FIFO,RR,DEADLINE}`` and processes under a BPF scheduler > + without the ``cgroup_set_weight`` callback Though `cgroup_set_weight` is referred to here, CONFIG_EXT_GROUP_SCHED is not yet documented in sched-ext.rst. But I don't understand it well enough to add that documentation myself. Thanks Regards, Shashank