Re: [PATCH] sched/core: fix sched_rt_global_validate

2014-02-03 Thread Henrik Austad
On Mon, Feb 03, 2014 at 11:14:05AM +0100, Juri Lelli wrote: > On 02/03/2014 10:53 AM, Henrik Austad wrote: > > On Fri, Jan 31, 2014 at 05:43:27PM +0100, Juri Lelli wrote: > >> Don't compare sysctl_sched_rt_runtime against sysctl_sched_rt_period if > >> the former is equal to RUNTIME_INF, otherwise

Re: [PATCH] sched/core: fix sched_rt_global_validate

2014-02-03 Thread Juri Lelli
On 02/03/2014 10:53 AM, Henrik Austad wrote: > On Fri, Jan 31, 2014 at 05:43:27PM +0100, Juri Lelli wrote: >> Don't compare sysctl_sched_rt_runtime against sysctl_sched_rt_period if >> the former is equal to RUNTIME_INF, otherwise disabling -rt bandwidth >> management always fails. >> >> Cc: Ingo M

Re: [PATCH] sched/core: fix sched_rt_global_validate

2014-02-03 Thread Henrik Austad
On Fri, Jan 31, 2014 at 05:43:27PM +0100, Juri Lelli wrote: > Don't compare sysctl_sched_rt_runtime against sysctl_sched_rt_period if > the former is equal to RUNTIME_INF, otherwise disabling -rt bandwidth > management always fails. > > Cc: Ingo Molnar > Cc: Peter Zijlstra > Signed-off-by: Juri

[PATCH] sched/core: fix sched_rt_global_validate

2014-01-31 Thread Juri Lelli
Don't compare sysctl_sched_rt_runtime against sysctl_sched_rt_period if the former is equal to RUNTIME_INF, otherwise disabling -rt bandwidth management always fails. Cc: Ingo Molnar Cc: Peter Zijlstra Signed-off-by: Juri Lelli --- kernel/sched/core.c |3 ++- 1 file changed, 2 insertions(+