Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-02-06 Thread Greg KH
On Thu, Feb 07, 2008 at 09:47:22AM +0530, Dhaval Giani wrote: > On Wed, Jan 09, 2008 at 04:05:31PM -0800, Greg KH wrote: > > > > > Ingo, Greg, > > > > > > > > > > What would be the easiest way to carry this forward? sched-devel and > > > > > greg's tree would intersect at this point and leave poor

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-02-06 Thread Dhaval Giani
On Wed, Jan 09, 2008 at 04:05:31PM -0800, Greg KH wrote: > > > > Ingo, Greg, > > > > > > > > What would be the easiest way to carry this forward? sched-devel and > > > > greg's tree would intersect at this point and leave poor akpm with the > > > > resulting mess. Should I just make an incremental

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-09 Thread Greg KH
On Wed, Jan 09, 2008 at 12:57:50AM +0100, Ingo Molnar wrote: > > * Greg KH <[EMAIL PROTECTED]> wrote: > > > On Wed, Jan 09, 2008 at 12:35:32AM +0100, Peter Zijlstra wrote: > > > > > > On Tue, 2008-01-08 at 15:31 +0100, Kay Sievers wrote: > > > > On Jan 8, 2008 12:02 PM, Peter Zijlstra <[EMAIL PR

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Ingo Molnar
* Greg KH <[EMAIL PROTECTED]> wrote: > On Wed, Jan 09, 2008 at 12:35:32AM +0100, Peter Zijlstra wrote: > > > > On Tue, 2008-01-08 at 15:31 +0100, Kay Sievers wrote: > > > On Jan 8, 2008 12:02 PM, Peter Zijlstra <[EMAIL PROTECTED]> wrote: > > > > > > > > On Tue, 2008-01-08 at 16:27 +0530, Dhaval

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Greg KH
On Wed, Jan 09, 2008 at 12:35:32AM +0100, Peter Zijlstra wrote: > > On Tue, 2008-01-08 at 15:31 +0100, Kay Sievers wrote: > > On Jan 8, 2008 12:02 PM, Peter Zijlstra <[EMAIL PROTECTED]> wrote: > > > > > > On Tue, 2008-01-08 at 16:27 +0530, Dhaval Giani wrote: > > > > On Mon, Jan 07, 2008 at 05:57:

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Peter Zijlstra
On Tue, 2008-01-08 at 15:31 +0100, Kay Sievers wrote: > On Jan 8, 2008 12:02 PM, Peter Zijlstra <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2008-01-08 at 16:27 +0530, Dhaval Giani wrote: > > > On Mon, Jan 07, 2008 at 05:57:42PM +0100, Peter Zijlstra wrote: > > > > > > > > Subject: sched: rt-group:

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Peter Zijlstra
On Tue, 2008-01-08 at 16:27 +0530, Dhaval Giani wrote: > On Mon, Jan 07, 2008 at 05:57:42PM +0100, Peter Zijlstra wrote: > > > > Subject: sched: rt-group: add uid-group interface > > > > Extend the /sys/kernel/uids// interface to allow setting > > the group's rt_period and rt_runtime. > > > >

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Kay Sievers
On Jan 8, 2008 12:02 PM, Peter Zijlstra <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-01-08 at 16:27 +0530, Dhaval Giani wrote: > > On Mon, Jan 07, 2008 at 05:57:42PM +0100, Peter Zijlstra wrote: > > > > > > Subject: sched: rt-group: add uid-group interface > > > > > > Extend the /sys/kernel/uids// i

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Peter Zijlstra
On Tue, 2008-01-08 at 16:27 +0530, Dhaval Giani wrote: > On Mon, Jan 07, 2008 at 05:57:42PM +0100, Peter Zijlstra wrote: > > > > Subject: sched: rt-group: add uid-group interface > > > > Extend the /sys/kernel/uids// interface to allow setting > > the group's rt_period and rt_runtime. > > > >

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Dhaval Giani
On Mon, Jan 07, 2008 at 05:57:42PM +0100, Peter Zijlstra wrote: > > Subject: sched: rt-group: add uid-group interface > > Extend the /sys/kernel/uids// interface to allow setting > the group's rt_period and rt_runtime. > Hi Peter, Cool stuff! I will try out these patches and try to give you so

Re: [PATCH 12/11] sched: rt-group: uid-group interface

2008-01-08 Thread Ingo Molnar
* Peter Zijlstra <[EMAIL PROTECTED]> wrote: > Subject: sched: rt-group: add uid-group interface > > Extend the /sys/kernel/uids// interface to allow setting the > group's rt_period and rt_runtime. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH 12/11] sched: rt-group: uid-group interface

2008-01-07 Thread Peter Zijlstra
Subject: sched: rt-group: add uid-group interface Extend the /sys/kernel/uids// interface to allow setting the group's rt_period and rt_runtime. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- include/linux/sched.h |4 +- kernel/user.c | 93 ++