From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262090AbVAEBSm (ORCPT ); Tue, 4 Jan 2005 20:18:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262230AbVAEBSl (ORCPT ); Tue, 4 Jan 2005 20:18:41 -0500 Received: from omx1-ext.sgi.com ([192.48.179.11]:53649 "EHLO omx1.americas.sgi.com") by vger.kernel.org with ESMTP id S262090AbVAEBPa (ORCPT ); Tue, 4 Jan 2005 20:15:30 -0500 Date: Tue, 4 Jan 2005 17:15:24 -0800 (PST) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Andrew Morton cc: Linus Torvalds , linux-ia64@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: Prezeroing V3 [1/4]: Allow request for zeroed memory In-Reply-To: <20050104164720.3863d312.akpm@osdl.org> Message-ID: References: <41C20E3E.3070209@yahoo.com.au> <20050104164720.3863d312.akpm@osdl.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 4 Jan 2005, Andrew Morton wrote: > > Ok, let's start merging this slowly > > One week hence, please. Things like the no-bitmaps-for-the-buddy-allocator > have been well tested and should go in first. The first two patches are basically cleanup type stuff and will not affect the page allocator in a significant way. On the other hand they touch many files and are thus difficult to maintain.