Messages in this thread |  | | Subject | Re: [PATCH 4/5] sched/deadline: Cleanup on_dl_rq() handling | From | Valentin Schneider <> | Date | Fri, 26 Jul 2019 10:32:49 +0100 |
| |
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 >
|  |