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:	Sat, 12 Mar 2011 04:10:22 +0200
From:	Phil Carmody <ext-phil.2.carmody@...ia.com>
To:	ext Andrew Morton <akpm@...ux-foundation.org>
Cc:	gregkh@...e.de, linux-kernel@...r.kernel.org, sboyd@...eaurora.org
Subject: Re: [PATCH 3/4] calibrate: retry with wider bounds when converge
	seems to fail

On 11/03/11 15:27 -0800, ext Andrew Morton wrote:
> This is more informative, no?
>
> --- a/init/calibrate.c~calibrate-retry-with-wider-bounds-when-converge-seems-to-fail-fix
> +++ a/init/calibrate.c
> @@ -172,7 +172,7 @@ recalibrate:
>  	/*
>  	 * If we incremented every single time possible, presume we've
>  	 * massively underestimated initially, and retry with a higher
> -	 * start, and larger range. (Only seen on x86_64.)
> +	 * start, and larger range. (Only seen on x86_64, due to SMIs)
>  	 */
>  	if (lpj + loopadd * 2 == lpj_base + loopadd_base * 2) {
>  		lpj_base = lpj;
> _

Works for me. Thanks.

Phil

--
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