lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Aug 2014 14:03:47 -0700
From:	Dave Hansen <dave@...1.net>
To:	Dave Jones <davej@...hat.com>, linux-kernel@...r.kernel.org,
	dave.hansen@...ux.intel.com, peterz@...radead.org,
	mingo@...hat.com, ak@...ux.intel.com, tim.c.chen@...ux.intel.com,
	akpm@...ux-foundation.org, cl@...ux.com, penberg@...nel.org,
	linux-mm@...ck.org, kirill@...temov.name, lauraa@...eaurora.org
Subject: Re: [PATCH] [v3] warn on performance-impacting configs aka. TAINT_PERFORMANCE

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ