From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754609AbYDOGYL (ORCPT ); Tue, 15 Apr 2008 02:24:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751336AbYDOGX6 (ORCPT ); Tue, 15 Apr 2008 02:23:58 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:53053 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751235AbYDOGX6 (ORCPT ); Tue, 15 Apr 2008 02:23:58 -0400 Date: Mon, 14 Apr 2008 23:23:08 -0700 From: Andrew Morton To: Andi Kleen Cc: Johannes Weiner , linux-kernel@vger.kernel.org, Ingo Molnar , Yinghai Lu , Yasunori Goto , KAMEZAWA Hiroyuki , Christoph Lameter Subject: Re: [patch 2/2] bootmem: Node-setup agnostic free_bootmem() Message-Id: <20080414232308.ffa4e269.akpm@linux-foundation.org> In-Reply-To: <87lk3hwv52.fsf@basil.nowhere.org> References: <20080412223319.372887160@symbol.fehenstaub.lan> <20080412225850.704752615@symbol.fehenstaub.lan> <87lk3hwv52.fsf@basil.nowhere.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 13 Apr 2008 18:56:57 +0200 Andi Kleen wrote: > Johannes Weiner writes: > > > Make free_bootmem() look up the node holding the specified address > > range which lets it work transparently on single-node and multi-node > > configurations. > > Acked-by: Andi Kleen > > This is far better than the original change it replaces and which > I also objected to in review. > So... do we think these two patches are sufficiently safe and important for 2.6.25?