Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932832Ab1DMCQ3 (ORCPT ); Tue, 12 Apr 2011 22:16:29 -0400 Received: from smtp-out.google.com ([74.125.121.67]:62830 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932611Ab1DMCQ2 (ORCPT ); Tue, 12 Apr 2011 22:16:28 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version:content-type; b=n/gWgFGP/COeIfZHaqmfl9TY1qcN3hnTiGiW8lo9aFimbIuRJFBKGcvp2IVvLjbfIa 5UzkZzgmRGy0N0ml+u+g== Date: Tue, 12 Apr 2011 19:16:19 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Christoph Lameter cc: Li Zefan , Andrew Morton , Pekka Enberg , LKML , linux-mm@kvack.org Subject: Re: [PATCH] slub: Fix a typo in config name In-Reply-To: Message-ID: References: <4DA3FDB2.9090100@cn.fujitsu.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 860 Lines: 24 On Tue, 12 Apr 2011, Christoph Lameter wrote: > On Tue, 12 Apr 2011, Li Zefan wrote: > > > There's no config named SLAB_DEBUG, and it should be a typo > > of SLUB_DEBUG. > > > > Signed-off-by: Li Zefan > > --- > > > > not slub expert, don't know how this bug affects slub debugging. > > Affects the bootstrap code. > I don't see how, there should be no partial or full slabs for either kmem_cache or kmem_cache_node at this point in the boot sequence. I think kmem_cache_bootstrap_fixup() should only need to add the cache to the list of slab caches and set the refcount accordingly. -- 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/