Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932137Ab1EIWYX (ORCPT ); Mon, 9 May 2011 18:24:23 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46835 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752455Ab1EIWYV (ORCPT ); Mon, 9 May 2011 18:24:21 -0400 Subject: Re: [git pull] m68k SLUB fix for 2.6.39 From: James Bottomley To: David Rientjes Cc: Geert Uytterhoeven , Linus Torvalds , Andrew Morton , Pekka Enberg , Christoph Lameter , linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: References: <1304026464.2598.36.camel@mulgrave.site> <1304521355.2810.21.camel@mulgrave.site> Content-Type: text/plain; charset="UTF-8" Date: Mon, 09 May 2011 17:24:04 -0500 Message-ID: <1304979845.4865.58.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: 1564 Lines: 36 On Wed, 2011-05-04 at 12:07 -0700, David Rientjes wrote: > On Wed, 4 May 2011, James Bottomley wrote: > > > Yes, but I also encountered it after I applied you patch, which is why I > > still pushed the Kconfig patch. It's possible, since there were a huge > > number of patches flying around that the kernel base was contaminated, > > so I'll strip down to just linus HEAD + parisc coherence patches, > > reverting the Kconfig one and try again. > > > > Great, and if that works out successfully this time around I think we'll > either need to fix each individual arch Kconfig that we know doesn't work > well (at least parisc because of the scheduling issue) so that it at least > enables CONFIG_NUMA implicitly for discontigmem unless CONFIG_BROKEN is > set. OK, I confirm that the N_NORMAL_MEMORY patch on its own fixes slub for us. We can revert the mark slub BROKEN in DISCONTIGMEM && !NUMA patch. > The ideal solution is probably to rely on CONFIG_NEED_MULTIPLE_NODES > rather than CONFIG_NUMA, which is why it was introduced in the first place > since it was duplicating data structures for both NUMA and discontigmem. > That's apparently broken somewhere in the kernel that turned your SMP box > into an UP. Sure ... either that or accelerate a conversion to something like SPARSEMEM. 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/