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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to