On Wed, Apr 28, 2021 at 03:06:53PM +0100, Richard Earnshaw wrote: > We could of course, change the patch below into a checking assert of the > inverse condition: that would help to catch issues like this.
I have nothing against an assert, but am not sure that sel-sched is the best spot for that, because it is a non-default scheduling that is only rarely used. Jakub