Re: [PATCH RT] fix rt-task scheduling issue

2007-10-09 Thread Mike Kravetz
On Mon, Oct 08, 2007 at 10:46:21PM -0400, Steven Rostedt wrote: > Mike, > > Can you attach your Signed-off-by to this patch, please. > > > On Fri, Oct 05, 2007 at 07:15:48PM -0700, Mike Kravetz wrote: > > Hi Ingo, > > > > After applying the fix to try_to_wake_up() I was still seeing some large

Re: [PATCH RT] fix rt-task scheduling issue

2007-10-09 Thread Mike Kravetz
On Mon, Oct 08, 2007 at 10:46:21PM -0400, Steven Rostedt wrote: Mike, Can you attach your Signed-off-by to this patch, please. On Fri, Oct 05, 2007 at 07:15:48PM -0700, Mike Kravetz wrote: Hi Ingo, After applying the fix to try_to_wake_up() I was still seeing some large latencies

Re: [PATCH RT] fix rt-task scheduling issue

2007-10-08 Thread Gregory Haskins
Hi Guys, Nice find! Comment inline.. (adding linux-rt-users) for reference to http://lkml.org/lkml/2007/10/8/252 On Mon, 2007-10-08 at 22:46 -0400, Steven Rostedt wrote: > Index: linux-2.6.23-rc9-rt2/kernel/sched.c > === >

[PATCH RT] fix rt-task scheduling issue

2007-10-08 Thread Steven Rostedt
Mike, Can you attach your Signed-off-by to this patch, please. On Fri, Oct 05, 2007 at 07:15:48PM -0700, Mike Kravetz wrote: > Hi Ingo, > > After applying the fix to try_to_wake_up() I was still seeing some large > latencies for realtime tasks. Some debug code pointed out two additional >

[PATCH RT] fix rt-task scheduling issue

2007-10-08 Thread Steven Rostedt
Mike, Can you attach your Signed-off-by to this patch, please. On Fri, Oct 05, 2007 at 07:15:48PM -0700, Mike Kravetz wrote: Hi Ingo, After applying the fix to try_to_wake_up() I was still seeing some large latencies for realtime tasks. Some debug code pointed out two additional causes

Re: [PATCH RT] fix rt-task scheduling issue

2007-10-08 Thread Gregory Haskins
Hi Guys, Nice find! Comment inline.. (adding linux-rt-users) for reference to http://lkml.org/lkml/2007/10/8/252 On Mon, 2007-10-08 at 22:46 -0400, Steven Rostedt wrote: Index: linux-2.6.23-rc9-rt2/kernel/sched.c === ---