Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-10-07 Thread Juri Lelli
Hi Peter, On 07/10/14 13:31, Peter Zijlstra wrote: > On Tue, Oct 07, 2014 at 09:59:54AM +0100, Juri Lelli wrote: >> Hi Peter, >> >> On 19/09/14 22:25, Peter Zijlstra wrote: >>> On Fri, Sep 19, 2014 at 10:22:40AM +0100, Juri Lelli wrote: Exclusive cpusets are the only way users can restrict SC

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-10-07 Thread Peter Zijlstra
On Tue, Oct 07, 2014 at 09:59:54AM +0100, Juri Lelli wrote: > Hi Peter, > > On 19/09/14 22:25, Peter Zijlstra wrote: > > On Fri, Sep 19, 2014 at 10:22:40AM +0100, Juri Lelli wrote: > >> Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks > >> affinity (performing what is com

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-10-07 Thread Juri Lelli
Hi Peter, On 19/09/14 22:25, Peter Zijlstra wrote: > On Fri, Sep 19, 2014 at 10:22:40AM +0100, Juri Lelli wrote: >> Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks >> affinity (performing what is commonly called clustered scheduling). >> Unfortunately, such thing is curr

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-23 Thread Daniel Wagner
Hi, On 09/23/2014 10:09 AM, Juri Lelli wrote: >> Sep 19 09:54:37 starbuck kernel: [ 1309.728678] [ cut here >> ] >> Sep 19 09:54:37 starbuck kernel: [ 1309.728699] kernel BUG at >> kernel/sched/deadline.c:819! >> Sep 19 09:54:37 starbuck kernel: [ 1309.728719] invalid opc

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-23 Thread Juri Lelli
Hi Peter, On 19/09/14 22:25, Peter Zijlstra wrote: > On Fri, Sep 19, 2014 at 10:22:40AM +0100, Juri Lelli wrote: >> Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks >> affinity (performing what is commonly called clustered scheduling). >> Unfortunately, such thing is curr

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-23 Thread Juri Lelli
Hi Vincent, On 22/09/14 20:24, Vincent Legout wrote: > Hello, > > Juri Lelli writes: > >> Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks >> affinity (performing what is commonly called clustered scheduling). >> Unfortunately, such thing is currently broken for two re

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-22 Thread Vincent Legout
Hello, Juri Lelli writes: > Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks > affinity (performing what is commonly called clustered scheduling). > Unfortunately, such thing is currently broken for two reasons: > > - No check is performed when the user tries to attach

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-19 Thread Peter Zijlstra
On Fri, Sep 19, 2014 at 10:22:40AM +0100, Juri Lelli wrote: > Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks > affinity (performing what is commonly called clustered scheduling). > Unfortunately, such thing is currently broken for two reasons: > > - No check is perform

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-19 Thread Juri Lelli
Hi Daniel, On 19/09/14 12:47, Daniel Wagner wrote: > Hi, > > On 09/19/2014 11:22 AM, Juri Lelli wrote: >> Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks >> affinity (performing what is commonly called clustered scheduling). >> Unfortunately, such thing is currently bro

Re: [PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-19 Thread Daniel Wagner
Hi, On 09/19/2014 11:22 AM, Juri Lelli wrote: > Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks > affinity (performing what is commonly called clustered scheduling). > Unfortunately, such thing is currently broken for two reasons: > > - No check is performed when the u

[PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets

2014-09-19 Thread Juri Lelli
Exclusive cpusets are the only way users can restrict SCHED_DEADLINE tasks affinity (performing what is commonly called clustered scheduling). Unfortunately, such thing is currently broken for two reasons: - No check is performed when the user tries to attach a task to an exlusive cpuset (reca