Re: [PATCH] Report that kernel is tainted if there were an OOPS before (v3)

2007-06-07 Thread Randy Dunlap
On Thu, 07 Jun 2007 16:51:50 +0400 Pavel Emelianov wrote: > If the kernel OOPSed or BUGed then it probably should > be considered as tainted. Thus, all subsequent OOPSes > and SysRq dumps will report the tainted kernel. This > saves a lot of time explaining oddities in the calltraces. > > The p

[PATCH] Report that kernel is tainted if there were an OOPS before (v3)

2007-06-07 Thread Pavel Emelianov
If the kernel OOPSed or BUGed then it probably should be considered as tainted. Thus, all subsequent OOPSes and SysRq dumps will report the tainted kernel. This saves a lot of time explaining oddities in the calltraces. The previous version was buggy and reported the kernel to be tainted at the

Re: [PATCH] Report that kernel is tainted if there were an OOPS before (v2)

2007-06-01 Thread Pavel Emelianov
Pavel Emelianov <[EMAIL PROTECTED]> >> To: Andrew Morton <[EMAIL PROTECTED]>, >>Linux Kernel Mailing List , >>[EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] >> Subject: [PATCH] Report that kernel is tainted if there were an OOPS before

Re: [PATCH] Report that kernel is tainted if there were an OOPS before (v2)

2007-05-31 Thread Jan Engelhardt
t;[EMAIL PROTECTED] >Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: [PATCH] Report that kernel is tainted if there were an OOPS before >(v2) > >If the kernel OOPS-ed or BUG-ed then it probably should >considered as tainted. Use die_counter introduced by many >arch

[PATCH] Report that kernel is tainted if there were an OOPS before (v2)

2007-04-17 Thread Pavel Emelianov
If the kernel OOPS-ed or BUG-ed then it probably should considered as tainted. Use die_counter introduced by many architectures to determine whether or not the kernel died. This saves a lot of time explaining oddities in the calltrace seen via SysRq-P. Signed-off-by: Pavel Emelianov <[EMAIL PROTE

Re: [PATCH] Report that kernel is tainted if there were an OOPS before

2007-04-16 Thread Randy Dunlap
On Mon, 16 Apr 2007 14:23:26 +0400 Pavel Emelianov wrote: > If the kernel OOPS-ed or BUG-ed then it probably should > considered as tainted. Use die_counter introduced by many > architectures to determine whether or not the kernel died. > > This saves a lot of time explaining oddities in the > ca

[PATCH] Report that kernel is tainted if there were an OOPS before

2007-04-16 Thread Pavel Emelianov
If the kernel OOPS-ed or BUG-ed then it probably should considered as tainted. Use die_counter introduced by many architectures to determine whether or not the kernel died. This saves a lot of time explaining oddities in the calltrace seen via SysRq-P. diff --git a/arch/arm/kernel/traps.c b/arch/a