From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752367Ab0HYS5L (ORCPT ); Wed, 25 Aug 2010 14:57:11 -0400 Received: from terminus.zytor.com ([198.137.202.10]:45305 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752138Ab0HYS5J (ORCPT ); Wed, 25 Aug 2010 14:57:09 -0400 Message-ID: <4C756768.2060903@zytor.com> Date: Wed, 25 Aug 2010 11:56:40 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Thunderbird/3.1.2 MIME-Version: 1.0 To: Robin Holt CC: Jack Steiner , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Yinghai Lu , Linus Torvalds , Joerg Roedel , Linux Kernel , Stable Maintainers , Benjamin Herrenschmidt , Yinghai Lu Subject: Re: [Patch] numa:x86_64: Cacheline aliasing makes for_each_populated_zone extremely expensive -V2. References: <20100818183024.GZ3043@sgi.com> <4C6DB62C.9040105@zytor.com> <20100820135822.GA3220@sgi.com> <20100820150319.GB3220@sgi.com> <4C6EAA48.7070902@zytor.com> <20100821130757.GC3220@sgi.com> <4C72EB41.9000002@zytor.com> <20100825110815.GD3220@sgi.com> In-Reply-To: <20100825110815.GD3220@sgi.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/25/2010 04:08 AM, Robin Holt wrote: >> So yes, this means adding an interface to the e820 allocator, even >> though it's scheduled to be replaced. Because the new implementation >> will see the new interface and know they have to implement it, and the >> interface will make it clear just what exactly is expected of the >> implementation. > > What is the new allocator called? Who is developing it? When do you > expect it to be introduced into the kernel? > memblock -- the core is already in the kernel and used by several non-x86 architectures, and so we want to switch x86 to use it, as well. Ben Herrenschmidt and Yinghai Lu are driving this one. As with anything in Linux it will get integrated when it is ready. It would be nice if it was ready for .37, but it's not certain. -hpa