From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755858AbYGCQrm (ORCPT ); Thu, 3 Jul 2008 12:47:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755171AbYGCQrN (ORCPT ); Thu, 3 Jul 2008 12:47:13 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:44798 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755129AbYGCQrK (ORCPT ); Thu, 3 Jul 2008 12:47:10 -0400 Date: Thu, 3 Jul 2008 09:46:12 -0700 (PDT) From: Linus Torvalds To: Mel Gorman cc: Christoph Lameter , Dan Williams , Andy Whitcroft , linux-mm@kvack.org, linux-kernel@vger.kernel.org, NeilBrown , babydr@baby-dragons.com, lee.schermerhorn@hp.com, a.beregalov@gmail.com, akpm@linux-foundation.org Subject: Re: [PATCH] Do not clobber pgdat->nr_zones during memory initialisation In-Reply-To: Message-ID: References: <20080701175855.GI32727@shadowen.org> <20080701190741.GB16501@csn.ul.ie> <1214944175.26855.18.camel@dwillia2-linux.ch.intel.com> <20080702051759.GA26338@csn.ul.ie> <1215049766.2840.43.camel@dwillia2-linux.ch.intel.com> <20080703042750.GB14614@csn.ul.ie> <20080703050036.GD14614@csn.ul.ie> <1215064455.15797.4.camel@dwillia2-linux.ch.intel.com> <486CD623.8030906@linux-foundation.org> <20080703163638.GC18055@csn.ul.ie> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Jul 2008, Linus Torvalds wrote: > > So it's now committed as follows.. Side note: master.kernel.org is going through maintenance today, so I haven't actually been able to push it out yet, in case anybody wonders why it's not showing up on the public sites. It will all be out there later today. Linus