From: Peter Zijlstra Date: Fri, 25 Jan 2008 20:08:27 +0000 (+0100) Subject: sched: SCHED_FIFO/SCHED_RR watchdog timer X-Git-Tag: v2.6.25-rc1~1237^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f2c7db6068fd6ef75b8c120f04a388848eacb5;p=pandora-kernel.git sched: SCHED_FIFO/SCHED_RR watchdog timer Introduce a new rlimit that allows the user to set a runtime timeout on real-time tasks their slice. Once this limit is exceeded the task will receive SIGXCPU. So it measures runtime since the last sleep. Input and ideas by Thomas Gleixner and Lennart Poettering. Signed-off-by: Peter Zijlstra CC: Lennart Poettering CC: Michael Kerrisk CC: Ulrich Drepper Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed