Re: [PATCH V4 0/3] sched/deadline: Fixes for constrained deadline tasks

2017-03-15 Thread Daniel Bristot de Oliveira
Hi, This is a gentle ping. On 03/02/2017 03:10 PM, Daniel Bristot de Oliveira wrote: > While reading sched deadline code, I find out that a constrained > deadline task could be replenished before the next period if > activated after the deadline, opening the window to run for more > than Q/P.

Re: [PATCH V4 0/3] sched/deadline: Fixes for constrained deadline tasks

2017-03-15 Thread Daniel Bristot de Oliveira
Hi, This is a gentle ping. On 03/02/2017 03:10 PM, Daniel Bristot de Oliveira wrote: > While reading sched deadline code, I find out that a constrained > deadline task could be replenished before the next period if > activated after the deadline, opening the window to run for more > than Q/P.

[PATCH V4 0/3] sched/deadline: Fixes for constrained deadline tasks

2017-03-02 Thread Daniel Bristot de Oliveira
While reading sched deadline code, I find out that a constrained deadline task could be replenished before the next period if activated after the deadline, opening the window to run for more than Q/P. The patch [2] explains and fixes this problem. Furthermore, while fixing this issue, I found

[PATCH V4 0/3] sched/deadline: Fixes for constrained deadline tasks

2017-03-02 Thread Daniel Bristot de Oliveira
While reading sched deadline code, I find out that a constrained deadline task could be replenished before the next period if activated after the deadline, opening the window to run for more than Q/P. The patch [2] explains and fixes this problem. Furthermore, while fixing this issue, I found