On Sat, 2 Sept 2023 at 08:42, Tejun Heo <tj@xxxxxxxxxx> wrote: > > Sorry about that. This should fix it. Guess nobody is building linux-next w/ > !CONFIG_CGROUP_SCHED. I'll send the pull request to Linus soon. I solved it slightly differently by moving the whole function around rather than adding yet another #ifdef. See 76be05d4fd6c ("cgroup: fix build when CGROUP_SCHED is not enabled") Linus