Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752945Ab1DVICQ (ORCPT ); Fri, 22 Apr 2011 04:02:16 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:42255 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752388Ab1DVICL convert rfc822-to-8bit (ORCPT ); Fri, 22 Apr 2011 04:02:11 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=p4NHi/8+rCdYOVR52zzdWz4GKIsjv4l32Y0aGIA8nfXSqal+0ebouwHfDXYIbNNIuj 2p76uZHRQe2RhcJ2A3nm+h595IeaibDUJXRNL7nAFz7U65uu1nDZN84vAmZX6rDN51Gc dVwxSVnuxCOsWB7nUTZF5mzbyyxblC/OqH/P8= MIME-Version: 1.0 In-Reply-To: References: <1303317178.2587.30.camel@mulgrave.site> <20110421220351.9180.A69D9226@jp.fujitsu.com> <1303421088.4025.52.camel@mulgrave.site> <1303422566.4025.56.camel@mulgrave.site> Date: Fri, 22 Apr 2011 11:02:10 +0300 X-Google-Sender-Auth: EzMQv4fhrM7E-Nc-g97-JR-FsVc Message-ID: Subject: Re: [PATCH v3] mm: make expand_downwards symmetrical to expand_upwards From: Pekka Enberg To: David Rientjes Cc: James Bottomley , Christoph Lameter , Andrew Morton , KOSAKI Motohiro , Michal Hocko , Hugh Dickins , linux-mm@kvack.org, LKML , linux-parisc@vger.kernel.org, Ingo Molnar , x86 maintainers Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1313 Lines: 33 On Fri, Apr 22, 2011 at 1:12 AM, David Rientjes wrote: >> > diff --git a/init/Kconfig b/init/Kconfig >> > index 56240e7..a7ad8fb 100644 >> > --- a/init/Kconfig >> > +++ b/init/Kconfig >> > @@ -1226,6 +1226,7 @@ config SLAB >> > ? ? ? ? ? per cpu and per node queues. >> > >> > ?config SLUB >> > + ? ? ? depends on BROKEN || NUMA || !DISCONTIGMEM >> > ? ? ? ? bool "SLUB (Unqueued Allocator)" >> > ? ? ? ? help >> > ? ? ? ? ? ?SLUB is a slab allocator that minimizes cache line usage >> >> >> I already sent it to linux-arch and there's been no dissent; there have >> been a few "will that fix my slub bug?" type of responses. > > I was concerned about tile because it actually got all this right by using > N_NORMAL_MEMORY appropriately and it uses slub by default, but it always > enables NUMA at the moment so this won't impact it. > > Acked-by: David Rientjes I'm OK with this Kconfig patch. Can someone send a proper patch with signoffs and such? Do we want to tag this for -stable too? Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/