Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932867AbXBXRcz (ORCPT ); Sat, 24 Feb 2007 12:32:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933522AbXBXRcz (ORCPT ); Sat, 24 Feb 2007 12:32:55 -0500 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:45123 "EHLO netops-testserver-3.corp.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932867AbXBXRcy (ORCPT ); Sat, 24 Feb 2007 12:32:54 -0500 Date: Sat, 24 Feb 2007 09:32:49 -0800 (PST) From: Christoph Lameter To: David Miller cc: kamezawa.hiroyu@jp.fujitsu.com, andi@firstfloor.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: SLUB: The unqueued Slab allocator In-Reply-To: <20070223.215439.92580943.davem@davemloft.net> Message-ID: References: <20070224142835.4c7a3207.kamezawa.hiroyu@jp.fujitsu.com> <20070223.215439.92580943.davem@davemloft.net> 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 Content-Length: 1056 Lines: 27 On Fri, 23 Feb 2007, David Miller wrote: > > The general caches already merge lots of users depending on their sizes. > > So we already have the situation and we have tools to deal with it. > > But this doesn't happen for things like biovecs, and that will > make debugging painful. > > If a crash happens because of a corrupted biovec-256 I want to know > it was a biovec not some anonymous clone of kmalloc256. > > Please provide at a minimum a way to turn the merging off. Ok. Its currently a compile time option. Will make it possible to specify a boot option. > I also agree with Andi in that merging could mess up how object type > local lifetimes help reduce fragmentation in object pools. If that is a problem for particular object pools then we may be able to except those from the merging. - 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/