Re: [PATCH] sched/deadline: fix rq->dl.pushable_tasks bug in push_dl_task()

2014-11-13 Thread Juri Lelli
Hi, On 06/11/14 07:22, Wanpeng Li wrote: > Do not call dequeue_pushable_dl_task() when failing to push an eligible > task, as it remains pushable, merely not at this particular moment. > Actually the patch is the same behavior as commit 311e800e16f6 ("sched, > rt: Fix rq->rt.pushable_tasks bug i

Re: [PATCH] sched/deadline: fix rq->dl.pushable_tasks bug in push_dl_task()

2014-11-10 Thread Wanpeng Li
Ping Juri, could you review this one and other deadline patches of mine? ;-) On 14/11/6 下午3:22, Wanpeng Li wrote: Do not call dequeue_pushable_dl_task() when failing to push an eligible task, as it remains pushable, merely not at this particular moment. Actually the patch is the same behavior as

[PATCH] sched/deadline: fix rq->dl.pushable_tasks bug in push_dl_task()

2014-11-05 Thread Wanpeng Li
Do not call dequeue_pushable_dl_task() when failing to push an eligible task, as it remains pushable, merely not at this particular moment. Actually the patch is the same behavior as commit 311e800e16f6 ("sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()" in -rt side. Signed-off-by: Wan