Hello, On Fri, Jun 21, 2024 at 09:34:22AM -0700, Linus Torvalds wrote: > (b) the for_each_active_class() thing that I think would actually be > better off just being done explicitly in sched/core.c, but probably > only makes sense after integration Just posted a patchset to integrate sched_ext a bit better. I open coded for_balance_class_range() and moved for_each_active_class() and friends to kernel/sched/sched.h. If something else would look better, please let me know. http://lkml.kernel.org/r/20240623015057.3383223-1-tj@xxxxxxxxxx Thanks. -- tejun