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:	Tue, 31 May 2011 20:16:50 +0200
From:	Borislav Petkov <bp@...64.org>
To:	Joe Perches <joe@...ches.com>
Cc:	Ingo Molnar <mingo@...e.hu>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
	"H. Peter Anvin" <hpa@...or.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [GIT PULL] x86 fixes

On Tue, May 31, 2011 at 09:35:09AM -0700, Joe Perches wrote:
> On Tue, 2011-05-31 at 18:30 +0200, Ingo Molnar wrote:
> > diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
> []
> > @@ -642,7 +642,7 @@ static int __init idle_setup(char *str)
> >  		boot_option_idle_override = IDLE_POLL;
> >  	} else if (!strcmp(str, "mwait")) {
> >  		boot_option_idle_override = IDLE_FORCE_MWAIT;
> > -		WARN_ONCE(1, "\idle=mwait\" will be removed in 2012\"\n");
> > +		WARN_ONCE(1, "\"idle=mwait\" will be removed in 2012\"\n");
> 
> Extra quote at end.  More likely you want:
> 
> 		WARN_ONCE(1, "\"idle=mwait\" will be removed in 2012\n");

Crap, there's no fixing this string :)

Reportedly, there's another fix from Len:

lkml.kernel.org/r/20110531101934.2737dc90.sfr@...b.auug.org.au

which is more complete. Ingo, you could drop this one.

Thanks.

-- 
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
--
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