Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755770Ab1DVNuE (ORCPT ); Fri, 22 Apr 2011 09:50:04 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:48108 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755372Ab1DVNt7 (ORCPT ); Fri, 22 Apr 2011 09:49:59 -0400 Subject: Re: [PATCH v3] mm: make expand_downwards symmetrical to expand_upwards From: James Bottomley To: Pekka Enberg Cc: David Rientjes , Christoph Lameter , Andrew Morton , KOSAKI Motohiro , Michal Hocko , Hugh Dickins , linux-mm@kvack.org, LKML , linux-parisc@vger.kernel.org, Ingo Molnar , x86 maintainers 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> Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Apr 2011 08:49:54 -0500 Message-ID: <1303480195.2590.2.camel@mulgrave.site> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1679 Lines: 46 On Fri, 2011-04-22 at 11:02 +0300, Pekka Enberg wrote: > 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? I already did here: http://marc.info/?l=linux-arch&m=130324857801976 I got the wrong linux-mm email address, though (I thought you were on vger). I've got a parisc specific patch already for this (also for stable), so I can just queue this alongside if everyone's OK with that? James -- 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/