Re: [RESEND 2] [PATCH] rlimits: Print more information when limits are exceeded

2017-03-01 Thread Thomas Gleixner
On Sat, 18 Feb 2017, Arun Raghavan wrote: > This dumps some information in logs when a process exceeds its CPU or RT > limits (soft and hard). Makes debugging easier when userspace triggers > these limits. Sigh. This changelog sucks. "dumps some information" is pretty useless and it does not expl

Re: [RESEND 2] [PATCH] rlimits: Print more information when limits are exceeded

2017-02-18 Thread Arun Raghavan
On Sat, 18 Feb 2017, at 02:07 PM, Arun Raghavan wrote: > This dumps some information in logs when a process exceeds its CPU or RT > limits (soft and hard). Makes debugging easier when userspace triggers > these limits. > > Signed-off-by: Arun Raghavan > --- > kernel/time/posix-cpu-timers.c | 1

[RESEND 2] [PATCH] rlimits: Print more information when limits are exceeded

2017-02-18 Thread Arun Raghavan
This dumps some information in logs when a process exceeds its CPU or RT limits (soft and hard). Makes debugging easier when userspace triggers these limits. Signed-off-by: Arun Raghavan --- kernel/time/posix-cpu-timers.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) Hello,