On 26/07/2019 10:20, Juri Lelli wrote: >> Any idea why a similar error leads to a BUG_ON() in the enqueue path but >> only a silent return on the dequeue path? I would expect the handling to be >> almost identical. >> > > Task could have already been dequeued by update_curr_dl()->throttle > called by dequeue_task_dl() before calling __dequeue_task_dl(). >
Got it, thanks. > Thanks, > > Juri >