Re: rlimits: Print more information when CPU/RT limits are exceeded

2017-05-03 Thread Arun Raghavan
f7fa0b > > Parent: 4495c08e84729385774601b5146d51d9e5849f81 > > Refname:refs/heads/master > > Author: Arun Raghavan <a...@arunraghavan.net> > > AuthorDate: Wed Mar 1 20:23:09 2017 +0530 > > Committer: Thomas Gleixner <t...@linutronix.de> > > Commit

Re: rlimits: Print more information when CPU/RT limits are exceeded

2017-05-03 Thread Arun Raghavan
f7fa0b > > Parent: 4495c08e84729385774601b5146d51d9e5849f81 > > Refname:refs/heads/master > > Author: Arun Raghavan > > AuthorDate: Wed Mar 1 20:23:09 2017 +0530 > > Committer: Thomas Gleixner > > CommitDate: Mon Mar 13 21:32:15 2017 +0100 > >

[tip:timers/core] rlimits: Print more information when CPU/RT limits are exceeded

2017-03-13 Thread tip-bot for Arun Raghavan
Commit-ID: e7ea7c9806a2681807257ea89085339d33f7fa0b Gitweb: http://git.kernel.org/tip/e7ea7c9806a2681807257ea89085339d33f7fa0b Author: Arun Raghavan <a...@arunraghavan.net> AuthorDate: Wed, 1 Mar 2017 20:23:09 +0530 Committer: Thomas Gleixner <t...@linutronix.de> CommitDate:

[tip:timers/core] rlimits: Print more information when CPU/RT limits are exceeded

2017-03-13 Thread tip-bot for Arun Raghavan
Commit-ID: e7ea7c9806a2681807257ea89085339d33f7fa0b Gitweb: http://git.kernel.org/tip/e7ea7c9806a2681807257ea89085339d33f7fa0b Author: Arun Raghavan AuthorDate: Wed, 1 Mar 2017 20:23:09 +0530 Committer: Thomas Gleixner CommitDate: Mon, 13 Mar 2017 21:32:15 +0100 rlimits: Print more

[PATCH v2] rlimits: Print more information when CPU/RT limits are exceeded

2017-03-01 Thread Arun Raghavan
* Switched printk() to pr_info() Signed-off-by: Arun Raghavan <a...@arunraghavan.net> --- kernel/time/posix-cpu-timers.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kernel/time/posix-cpu-timers.c b/kernel/time/posix-cpu-timers.c index b4377a5..bd6893d

[PATCH v2] rlimits: Print more information when CPU/RT limits are exceeded

2017-03-01 Thread Arun Raghavan
* Switched printk() to pr_info() Signed-off-by: Arun Raghavan --- kernel/time/posix-cpu-timers.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kernel/time/posix-cpu-timers.c b/kernel/time/posix-cpu-timers.c index b4377a5..bd6893d 100644 --- a/kernel/time/posix-cpu

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 <a...@arunraghavan.ne

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/ti

[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 <a...@arunraghavan.net> --- kernel/time/posix-cpu-timers.c | 11 ++- 1 file changed, 10 inse

[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

[PATCH] apple-gmux: Restore switch registers on suspend/resume

2012-07-09 Thread Arun Raghavan
Pro 8.2 when the Intel GPU is manually selected in GRUB config before the kernel is loaded. Signed-off-by: Arun Raghavan --- drivers/platform/x86/apple-gmux.c | 29 - 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/apple-gmux.c b

[PATCH] apple-gmux: Restore switch registers on suspend/resume

2012-07-09 Thread Arun Raghavan
Pro 8.2 when the Intel GPU is manually selected in GRUB config before the kernel is loaded. Signed-off-by: Arun Raghavan arun.ragha...@collabora.co.uk --- drivers/platform/x86/apple-gmux.c | 29 - 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/drivers

UML - Compilation problem on 2.6.22-rc4

2007-06-15 Thread Arun Raghavan
Hello, I ran into some compilations problems with UML on the 2.6.22-rc4 kernel. The problem turns up because "paravirt.h" is included in a couple of headers in asm-i386 without being protected by a "#ifdef CONFIG_PARAVIRT". I've attached a patch to fix this (i.e. UML compiles and runs fine for me

UML - Compilation problem on 2.6.22-rc4

2007-06-15 Thread Arun Raghavan
Hello, I ran into some compilations problems with UML on the 2.6.22-rc4 kernel. The problem turns up because paravirt.h is included in a couple of headers in asm-i386 without being protected by a #ifdef CONFIG_PARAVIRT. I've attached a patch to fix this (i.e. UML compiles and runs fine for me