Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755379Ab1BNOUZ (ORCPT ); Mon, 14 Feb 2011 09:20:25 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:38116 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754084Ab1BNOUY (ORCPT ); Mon, 14 Feb 2011 09:20:24 -0500 Date: Mon, 14 Feb 2011 15:20:11 +0100 From: Ingo Molnar To: Tejun Heo Cc: linux-kernel@vger.kernel.org, x86@kernel.org, yinghai@kernel.org, brgerst@gmail.com, gorcunov@gmail.com, shaohui.zheng@intel.com, rientjes@google.com, hpa@linux.intel.com Subject: Re: [PATCH UPDATED 03/26] x86, NUMA: Drop @start/last_pfn from initmem_init() initmem_init() Message-ID: <20110214142011.GB27076@elte.hu> References: <1297530663-26234-1-git-send-email-tj@kernel.org> <1297530663-26234-4-git-send-email-tj@kernel.org> <20110214135052.GJ18742@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110214135052.GJ18742@htj.dyndns.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 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 Content-Length: 1348 Lines: 37 * Tejun Heo wrote: > initmem_init() extensively accesses and modifies global data > structures and the parameters aren't even followed depending on which > path is being used. Drop @start/last_pfn and let it deal with > @max_pfn directly. This is in preparation for further NUMA init > cleanups. > > * x86-32 initmem_init() weren't updated breaking 32bit builds. Fixed. > > Signed-off-by: Tejun Heo > Cc: Yinghai Lu > Cc: Brian Gerst > Cc: Cyrill Gorcunov > Cc: Shaohui Zheng > Cc: David Rientjes > Cc: Ingo Molnar > Cc: H. Peter Anvin You forgot to add: Reported-by: Yinghai Lu The kernel development process is review and testing limited and we have a clear oversupply in development power. So we want to encourage review and testing feedback as much as possible, so adding all the Reported-by / Tested-by tags is absolutely vital to being able to do more development. Thanks, Ingo -- 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/