Re: [PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-26 Thread Lee Revell
On Tue, 2005-07-26 at 14:06 +0200, Ingo Molnar wrote: > i'd not put it into stable just yet - the fact that it has not been > tested in 2.6.12 _at all_ up until very recently means there's little > QA feedback. Yes, it's simple, but it also triggers something we never > did before. 2.6.13 ought to

Re: [PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-26 Thread Ingo Molnar
* Paolo Ciarrocchi <[EMAIL PROTECTED]> wrote: > 2005/7/26, Ingo Molnar <[EMAIL PROTECTED]>: > [...] > > [back from KS/OLS] > > > > indeed. The effect of the bug is that RLIMIT_RTPRIO is completely > > non-functional in 2.6.12. > > > > Acked-by: Ingo Molnar <[EMAIL PROTECTED]> > > Ingo, Lee, An

Re: [PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-26 Thread Paolo Ciarrocchi
2005/7/26, Ingo Molnar <[EMAIL PROTECTED]>: [...] > [back from KS/OLS] > > indeed. The effect of the bug is that RLIMIT_RTPRIO is completely > non-functional in 2.6.12. > > Acked-by: Ingo Molnar <[EMAIL PROTECTED]> Ingo, Lee, Andreas, the patch seems to be quite simple and is a fix for a regress

Re: [PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-26 Thread Ingo Molnar
* Andreas Steinmetz <[EMAIL PROTECTED]> wrote: > RLIMIT_RTPRIO is supposed to grant non privileged users the right to > use SCHED_FIFO/SCHED_RR scheduling policies with priorites bounded by > the RLIMIT_RTPRIO value via sched_setscheduler(). This is usually used > by audio users. > > Unfortun

Re: [PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-23 Thread Andreas Steinmetz
Lee Revell wrote: > On Sat, 2005-07-23 at 13:42 +0200, Andreas Steinmetz wrote: > >>RLIMIT_RTPRIO is supposed to grant non privileged users the right to use >>SCHED_FIFO/SCHED_RR scheduling policies with priorites bounded by the >>RLIMIT_RTPRIO value via sched_setscheduler(). This is usually used

Re: [PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-23 Thread Lee Revell
On Sat, 2005-07-23 at 13:42 +0200, Andreas Steinmetz wrote: > RLIMIT_RTPRIO is supposed to grant non privileged users the right to use > SCHED_FIFO/SCHED_RR scheduling policies with priorites bounded by the > RLIMIT_RTPRIO value via sched_setscheduler(). This is usually used by > audio users. > > U

[PATCH] 2.6.13rc3: RLIMIT_RTPRIO broken

2005-07-23 Thread Andreas Steinmetz
RLIMIT_RTPRIO is supposed to grant non privileged users the right to use SCHED_FIFO/SCHED_RR scheduling policies with priorites bounded by the RLIMIT_RTPRIO value via sched_setscheduler(). This is usually used by audio users. Unfortunately this is broken in 2.6.13rc3 as you can see in the excerpt