lkml.org 
[lkml]   [2008]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Taint kernel after WARN_ON(condition) v2
On Thu, 15 May 2008 13:06:35 +0900
Paul Mundt <lethal@linux-sh.org> wrote:

> On Wed, Feb 13, 2008 at 03:55:20PM +0100, Haavard Skinnemoen wrote:
> > On Wed, 13 Feb 2008 22:27:40 +0800
> > Nur Hussein <nurhussein@gmail.com> wrote:
> >
> > > This does not work on architectures where WARN_ON has its own definition.
> > > These archs are:
> > > 1. s390
> > > 2. superh
> > > 3. avr32
> > > 4. parisc
> >
> > Hmm. Relying on the generic code in lib/bug.c qualifies as "own
> > definition" these days? I think the patch below should take care of all
> > four...unless I've misunderstood something.
> >
> > Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
> >
> > diff --git a/lib/bug.c b/lib/bug.c
> > index 530f38f..0d67419 100644
> > --- a/lib/bug.c
> > +++ b/lib/bug.c
> > @@ -35,6 +35,7 @@
> >
> > Jeremy Fitzhardinge <jeremy@goop.org> 2006
> > */
> > +#include <linux/kernel.h>
> > #include <linux/list.h>
> > #include <linux/module.h>
> > #include <linux/bug.h>
> > @@ -149,6 +150,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs)
> > (void *)bugaddr);
> >
> > show_regs(regs);
> > + add_taint(TAINT_WARN);
> > return BUG_TRAP_TYPE_WARN;
> > }
> >
>
> I was just about to submit the exact same patch, so it looks like this
> slipped through the cracks. Andrew, please apply.

<goes dumpster-diving through lkml history>

> Acked-by: Paul Mundt <lethal@linux-sh.org>

I'd have ducked that one partly because of lack of changelog but mainly
because it didn't look like anyone tested it.

It's hard to see how it could go wrong, but stranger things have
happened. To me. Regularly :(




\
 
 \ /
  Last update: 2008-05-16 01:57    [W:0.037 / U:1.636 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site