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] [day] [month] [year] [list]
Date:	Mon, 25 May 2009 13:16:08 +0900
From:	Tejun Heo <tj@...nel.org>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Jan Beulich <JBeulich@...ell.com>,
	"H. Peter Anvin" <hpa@...or.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Linux Kernel <linux-kernel@...r.kernel.org>,
	the arch/x86 maintainers <x86@...nel.org>,
	suresh.b.siddha@...el.com, Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH 2.6.30-rc7] x86: remove remap percpu allocator for the
 time being

Ingo Molnar wrote:
> * Ingo Molnar <mingo@...e.hu> wrote:
> 
>>> @@ -365,9 +249,7 @@ void __init setup_per_cpu_areas(void)
>>>  	 * of large page mappings.  Please read comments on top of
>>>  	 * each allocator for details.
>>>  	 */
>>> -	ret = setup_pcpu_remap(static_size);
>>> -	if (ret < 0)
>>> -		ret = setup_pcpu_embed(static_size);
>>> +	ret = setup_pcpu_embed(static_size);
>>>  	if (ret < 0)
>>>  		ret = setup_pcpu_4k(static_size);
>>>  	if (ret < 0)
>> Please send a patch that only does the above chunk in essence. We 
>> can deal with the rest in .31.
> 
> I've committed the minimal patch below.

Yeap, that works too.

Thanks.

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