On Tue, Mar 7, 2023 at 12:54 PM Linus Torvalds wrote: > > I think the problem is that the code is disgusting and > horrible in multiple ways: > > (a) it shouldn't define and declare a static function in a header file > > (b) the resctrl_sched_in() inline function is misdesigned to begin with Ok, so here's a *ttoally* untested and mindless patch to maybe fix what I dislike about that resctl code. Does it fix the code generation issue? I have no idea. But this is what I would suggest is the right answer, without actually knowing the code any better, and just going on a mindless rampage. It seems to compile for me, fwiw. Linus