All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] proc: Add RLIMIT_RTTIME to /proc/<pid>/limits
@ 2008-02-08 14:59 Eugene Teo
  2008-02-08 15:10 ` Peter Zijlstra
  0 siblings, 1 reply; 25+ messages in thread
From: Eugene Teo @ 2008-02-08 14:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Neil Horman, Peter Zijlstra

RLIMIT_RTTIME was introduced to allow the user to set a runtime timeout on
real-time tasks: http://lkml.org/lkml/2007/12/18/218. This patch updates
/proc/<pid>/limits with the new rlimit.

Signed-off-by: Eugene Teo <eugeneteo@kernel.sg>
---
 fs/proc/base.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/proc/base.c b/fs/proc/base.c
index c59852b..dcf7be8 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -412,6 +412,7 @@ static const struct limit_names lnames[RLIM_NLIMITS] = {
 	[RLIMIT_MSGQUEUE] = {"Max msgqueue size", "bytes"},
 	[RLIMIT_NICE] = {"Max nice priority", NULL},
 	[RLIMIT_RTPRIO] = {"Max realtime priority", NULL},
+	[RLIMIT_RTTIME] = {"Max realtime timeout", "us"},
 };
 
 /* Display limits for a process */
-- 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2008-04-28 12:14 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08 14:59 [PATCH] proc: Add RLIMIT_RTTIME to /proc/<pid>/limits Eugene Teo
2008-02-08 15:10 ` Peter Zijlstra
2008-02-28 15:12   ` Michael Kerrisk
2008-02-28 15:21     ` Peter Zijlstra
2008-02-28 15:44       ` Michael Kerrisk
2008-02-28 15:50         ` Peter Zijlstra
2008-04-11  7:38           ` Michael Kerrisk
2008-04-11  7:45             ` Peter Zijlstra
2008-04-11  8:01               ` Michael Kerrisk
2008-02-29 12:32       ` Neil Horman
2008-04-11  8:56       ` Michael Kerrisk
2008-04-11  9:01         ` Peter Zijlstra
2008-04-11  9:16           ` Michael Kerrisk
2008-04-11  9:21             ` Peter Zijlstra
2008-04-11  9:27               ` Michael Kerrisk
2008-04-11  9:32                 ` Peter Zijlstra
2008-04-11  9:38                   ` Michael Kerrisk
     [not found]                     ` <cfd18e0f0804110238l66fb60c8pa8ac934a2a43baa7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-18 16:52                       ` RLIMIT_RTTIME documentation for getrlimit.2 Michael Kerrisk
2008-04-18 16:52                         ` Michael Kerrisk
     [not found]                         ` <4808D1CC.80103-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2008-04-28 11:44                           ` Michael Kerrisk
2008-04-28 11:44                             ` Michael Kerrisk
     [not found]                             ` <cfd18e0f0804280444jd558060g6cf5ee7df0248ee1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-28 12:09                               ` Peter Zijlstra
2008-04-28 12:09                                 ` Peter Zijlstra
2008-04-28 12:14                                 ` Michael Kerrisk
2008-04-28 12:14                                   ` Michael Kerrisk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.