From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422808AbXCWL30 (ORCPT ); Fri, 23 Mar 2007 07:29:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422809AbXCWL30 (ORCPT ); Fri, 23 Mar 2007 07:29:26 -0400 Received: from holomorphy.com ([66.93.40.71]:45255 "EHLO holomorphy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422808AbXCWL3Y (ORCPT ); Fri, 23 Mar 2007 07:29:24 -0400 Date: Fri, 23 Mar 2007 04:29:20 -0700 From: William Lee Irwin III To: Andrew Morton Cc: Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [QUICKLIST 1/5] Quicklists for page table pages V4 Message-ID: <20070323112920.GR2986@holomorphy.com> References: <20070323062843.19502.19827.sendpatchset@schroedinger.engr.sgi.com> <20070322223927.bb4caf43.akpm@linux-foundation.org> <20070322234848.100abb3d.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070322234848.100abb3d.akpm@linux-foundation.org> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 22, 2007 at 11:48:48PM -0800, Andrew Morton wrote: > afacit that two-year-old, totally-different patch has nothing to do with my > repeatedly-asked question. It appears to be consolidating three separate > quicklist allocators into one common implementation. > In an attempt to answer my own question (and hence to justify the retention > of this custom allocator) I did this: [... patch changing allocator alloc()/free() to bare page allocations ...] > but it crashes early in the page allocator (i386) and I don't see why. It > makes me wonder if we have a use-after-free which is hidden by the presence > of the quicklist buffering or something. Sorry I flubbed the first message. Anyway this does mean something is seriously wrong and needs to be debugged. Looking into it now. -- wli