Re: [PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Ingo Molnar
* Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > Hi Ingo and Dmitry, > > I made a clean-up patch about fixing invalid sched_class use. > > Dmitry, could you please review and sign it? > > > The adjusting sched_class is a missing part of the already existing > "do not leak PI boosting

Re: [PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Ingo Molnar
* Dmitry Adamushko <[EMAIL PROTECTED]> wrote: > On 24/09/2007, Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > > Hi Ingo and Dmitry, > > > > I made a clean-up patch about fixing invalid sched_class use. > > thanks! > > > > > Dmitry, could you please review and sign it? > > > > > > The adjusting

Re: [PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Dmitry Adamushko
On 24/09/2007, Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > Hi Ingo and Dmitry, > > I made a clean-up patch about fixing invalid sched_class use. thanks! > > Dmitry, could you please review and sign it? > > > The adjusting sched_class is a missing part of the already existing > "do not leak PI

[PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Hiroshi Shimamoto
Hi Ingo and Dmitry, I made a clean-up patch about fixing invalid sched_class use. Dmitry, could you please review and sign it? The adjusting sched_class is a missing part of the already existing "do not leak PI boosting priority to the child" at the sched_fork(). This patch moves the adjusting

[PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Hiroshi Shimamoto
Hi Ingo and Dmitry, I made a clean-up patch about fixing invalid sched_class use. Dmitry, could you please review and sign it? The adjusting sched_class is a missing part of the already existing do not leak PI boosting priority to the child at the sched_fork(). This patch moves the adjusting

Re: [PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Dmitry Adamushko
On 24/09/2007, Hiroshi Shimamoto [EMAIL PROTECTED] wrote: Hi Ingo and Dmitry, I made a clean-up patch about fixing invalid sched_class use. thanks! Dmitry, could you please review and sign it? The adjusting sched_class is a missing part of the already existing do not leak PI boosting

Re: [PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Ingo Molnar
* Dmitry Adamushko [EMAIL PROTECTED] wrote: On 24/09/2007, Hiroshi Shimamoto [EMAIL PROTECTED] wrote: Hi Ingo and Dmitry, I made a clean-up patch about fixing invalid sched_class use. thanks! Dmitry, could you please review and sign it? The adjusting sched_class is a

Re: [PATCH] sched: cleanup adjusting sched_class

2007-09-24 Thread Ingo Molnar
* Hiroshi Shimamoto [EMAIL PROTECTED] wrote: Hi Ingo and Dmitry, I made a clean-up patch about fixing invalid sched_class use. Dmitry, could you please review and sign it? The adjusting sched_class is a missing part of the already existing do not leak PI boosting priority to the