LWN.net Logo

Kernel testing and regressions: an example

Kernel testing and regressions: an example

Posted Aug 3, 2005 14:51 UTC (Wed) by vlima (subscriber, #4405)
In reply to: Kernel testing and regressions: an example by rlrevell
Parent article: Kernel testing and regressions: an example

Updated pam and glibc that know about RLIMIT_RTPRIO and RLIMIT_NICE are avaiable in Fedora's rawhide. (And a hacked pam for Fedora Core 4 from Planet CCRMA.)

I still don't get Ingo Molnar's statement that
"... RLIMIT_RTPRIO is completely non-functional in 2.6.12" thought.

If it was completely non-functional should this work?

$ chrt -r 20 bash
$ ps -eo rtprio,comm | grep bash
     - bash
    20 bash


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds