From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764292AbYD3Soe (ORCPT ); Wed, 30 Apr 2008 14:44:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759390AbYD3SoI (ORCPT ); Wed, 30 Apr 2008 14:44:08 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:39671 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758658AbYD3SoH (ORCPT ); Wed, 30 Apr 2008 14:44:07 -0400 Date: Wed, 30 Apr 2008 20:43:52 +0200 From: Ingo Molnar To: Johannes Weiner Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Yinghai Lu , Andrew Morton Subject: Re: [patch 0/4] Bootmem cleanups Message-ID: <20080430184352.GE3008@elte.hu> References: <20080430170521.246745395@symbol.fehenstaub.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080430170521.246745395@symbol.fehenstaub.lan> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Johannes Weiner wrote: > Hi Ingo, > > I now dropped the node-crossing patches from my bootmem series and > here is what is left over. > > They apply to Linus' current git > (0ff5ce7f30b45cc2014cec465c0e96c16877116e). > > Please note that all parts affecting !X86_32_BORING_UMA_BOX are > untested! > > arch/alpha/mm/numa.c | 8 ++-- > arch/arm/mm/discontig.c | 34 ++++++++++----------- > arch/ia64/mm/discontig.c | 11 +++---- > arch/m32r/mm/discontig.c | 4 +-- > arch/m68k/mm/init.c | 4 +-- > arch/mips/sgi-ip27/ip27-memory.c | 3 +- > arch/parisc/mm/init.c | 3 +- > arch/powerpc/mm/numa.c | 3 +- > arch/sh/mm/numa.c | 5 +-- > arch/sparc64/mm/init.c | 3 +- > arch/x86/mm/discontig_32.c | 3 +- > arch/x86/mm/numa_64.c | 6 +--- > include/linux/bootmem.h | 7 +--- > mm/bootmem.c | 59 ++++++++++++++++++------------------- > mm/page_alloc.c | 4 +-- > 15 files changed, 67 insertions(+), 90 deletions(-) i've read them and the changes all look sane and well-structured - but the impact is way too cross-arch for this to even touch x86.git i guess. I suspect this is for -mm? Acked-by: Ingo Molnar Ingo