Re: [PATCH RESEND] sched/deadline: fix pull if dl task who's prio changed is not on queue

2015-03-04 Thread Wanpeng Li
On Tue, Mar 03, 2015 at 09:32:29AM +, Juri Lelli wrote: >Hi, > >[+Kirill] > >On 26/02/2015 02:38, Wanpeng Li wrote: >> Dl task who is not on queue and it is also the curr task simultaneously >> can not happen. In addition, pull since the priority of a not on queue >> dl task doesn't make any se

Re: [PATCH RESEND] sched/deadline: fix pull if dl task who's prio changed is not on queue

2015-03-04 Thread Wanpeng Li
Hi Juri, On Tue, Mar 03, 2015 at 09:32:29AM +, Juri Lelli wrote: >Hi, > >[+Kirill] > >On 26/02/2015 02:38, Wanpeng Li wrote: >> Dl task who is not on queue and it is also the curr task simultaneously >> can not happen. In addition, pull since the priority of a not on queue >> dl task doesn't ma

Re: [PATCH RESEND] sched/deadline: fix pull if dl task who's prio changed is not on queue

2015-03-03 Thread Juri Lelli
Hi, [+Kirill] On 26/02/2015 02:38, Wanpeng Li wrote: > Dl task who is not on queue and it is also the curr task simultaneously > can not happen. In addition, pull since the priority of a not on queue > dl task doesn't make any sense. > > This patch fix it by don't pull if dl task who's prio chan

[PATCH RESEND] sched/deadline: fix pull if dl task who's prio changed is not on queue

2015-02-25 Thread Wanpeng Li
Dl task who is not on queue and it is also the curr task simultaneously can not happen. In addition, pull since the priority of a not on queue dl task doesn't make any sense. This patch fix it by don't pull if dl task who's prio changed is not on queue. Signed-off-by: Wanpeng Li --- kernel/sche