Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-31 Thread Josh Triplett
On Tue, 2007-07-31 at 13:48 +0200, Sébastien Dugué wrote: > On Mon, 30 Jul 2007 14:50:34 -0700 Josh Triplett <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-07-24 at 15:42 +0200, Sébastien Dugué wrote: > > > this one-liner fixes a bug in balance_rt_tasks() which sometimes > > > manifests by > > >

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-31 Thread Sébastien Dugué
Hi Josh, On Mon, 30 Jul 2007 14:50:34 -0700 Josh Triplett <[EMAIL PROTECTED]> wrote: > On Tue, 2007-07-24 at 15:42 +0200, Sébastien Dugué wrote: > > this one-liner fixes a bug in balance_rt_tasks() which sometimes > > manifests by > > having a lower prio task being scheduled while a higher

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-31 Thread Sébastien Dugué
Hi Josh, On Mon, 30 Jul 2007 14:50:34 -0700 Josh Triplett [EMAIL PROTECTED] wrote: On Tue, 2007-07-24 at 15:42 +0200, Sébastien Dugué wrote: this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests by having a lower prio task being scheduled while a higher prio

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-31 Thread Josh Triplett
On Tue, 2007-07-31 at 13:48 +0200, Sébastien Dugué wrote: On Mon, 30 Jul 2007 14:50:34 -0700 Josh Triplett [EMAIL PROTECTED] wrote: On Tue, 2007-07-24 at 15:42 +0200, Sébastien Dugué wrote: this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests by having a lower

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-30 Thread Josh Triplett
On Tue, 2007-07-24 at 15:42 +0200, Sébastien Dugué wrote: > this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests > by > having a lower prio task being scheduled while a higher prio task is sitting > waiting on another runqueue. > > This is pretty hard to reproduce on

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-30 Thread Josh Triplett
On Tue, 2007-07-24 at 15:42 +0200, Sébastien Dugué wrote: this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests by having a lower prio task being scheduled while a higher prio task is sitting waiting on another runqueue. This is pretty hard to reproduce on low cpu

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-25 Thread Ingo Molnar
* Sébastien Dugué <[EMAIL PROTECTED]> wrote: > Hi Ingo, Thomas, > > this one-liner fixes a bug in balance_rt_tasks() which sometimes > manifests by having a lower prio task being scheduled while a higher > prio task is sitting waiting on another runqueue. > > This is pretty hard to

Re: [PATCH RT] Fix RT balancing tasks pulling

2007-07-25 Thread Ingo Molnar
* Sébastien Dugué [EMAIL PROTECTED] wrote: Hi Ingo, Thomas, this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests by having a lower prio task being scheduled while a higher prio task is sitting waiting on another runqueue. This is pretty hard to reproduce on

[PATCH RT] Fix RT balancing tasks pulling

2007-07-24 Thread Sébastien Dugué
Hi Ingo, Thomas, this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests by having a lower prio task being scheduled while a higher prio task is sitting waiting on another runqueue. This is pretty hard to reproduce on low cpu count machines, for example, I had to have

[PATCH RT] Fix RT balancing tasks pulling

2007-07-24 Thread Sébastien Dugué
Hi Ingo, Thomas, this one-liner fixes a bug in balance_rt_tasks() which sometimes manifests by having a lower prio task being scheduled while a higher prio task is sitting waiting on another runqueue. This is pretty hard to reproduce on low cpu count machines, for example, I had to have