Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263293AbTIVUpb (ORCPT ); Mon, 22 Sep 2003 16:45:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263294AbTIVUpa (ORCPT ); Mon, 22 Sep 2003 16:45:30 -0400 Received: from natsmtp01.webmailer.de ([192.67.198.81]:21405 "EHLO natsmtp01.webmailer.de") by vger.kernel.org with ESMTP id S263293AbTIVUp3 (ORCPT ); Mon, 22 Sep 2003 16:45:29 -0400 From: Arnd Bergmann To: Manfred Spraul Subject: Re: [PATCH] Move slab objects to the end of the real allocation Date: Mon, 22 Sep 2003 22:40:16 +0200 User-Agent: KMail/1.5.1 Cc: linux-kernel@vger.kernel.org References: <200309221733.37203.arnd@arndb.de> <3F6F23DA.9020901@colorfullife.com> In-Reply-To: <3F6F23DA.9020901@colorfullife.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200309222240.01023.arnd@arndb.de> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 995 Lines: 19 On Monday 22 September 2003 18:31, Manfred Spraul wrote: > Right now there are too many patches in Andrew's tree, I'll wait until > everything settled down a bit, then I'll resent the cache line size as a > one-line patch. Do you want to implement CONFIG_DEBUG_PAGEALLOC > immediately? If yes, then I can send you the oneliner immediately. > Nothing except CONFIG_DEBUG_PAGEALLOC is affected by the bug. Thanks for the explanation. I didn't realize that the code only applies to i386. I'm not trying to implement CONFIG_DEBUG_PAGEALLOC currently, but I'll put it on my list of things to do. Do I need to do anything beyond adding a working kernel_map_pages() and raising the 128 byte limit in kmem_cache_create to max(128,L1_CACHE_BYTES)? Arnd <>< - 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/