Re: [PATCH] [v3] warn on performance-impacting configs aka. TAINT_PERFORMANCE

From: Dave Hansen
Date: Thu Aug 21 2014 - 17:03:53 EST


On 08/21/2014 01:57 PM, Dave Jones wrote:
> > diff -puN kernel/panic.c~taint-performance kernel/panic.c
> > --- a/kernel/panic.c~taint-performance 2014-08-19 11:38:28.928975233 -0700
> > +++ b/kernel/panic.c 2014-08-20 09:56:29.528471033 -0700
> > @@ -225,6 +225,7 @@ static const struct tnt tnts[] = {
> > { TAINT_OOT_MODULE, 'O', ' ' },
> > { TAINT_UNSIGNED_MODULE, 'E', ' ' },
> > { TAINT_SOFTLOCKUP, 'L', ' ' },
> > + { TAINT_PERFORMANCE, 'Q', ' ' },
>
> You don't need these any more.

Bah, thanks for catching that. I'll wait a bit for any other comments
and send out a fixed version.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/