Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756960AbZF3WSk (ORCPT ); Tue, 30 Jun 2009 18:18:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753248AbZF3WSc (ORCPT ); Tue, 30 Jun 2009 18:18:32 -0400 Received: from smtp3.ultrahosting.com ([74.213.175.254]:55106 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752710AbZF3WSb (ORCPT ); Tue, 30 Jun 2009 18:18:31 -0400 Date: Tue, 30 Jun 2009 18:18:24 -0400 (EDT) From: Christoph Lameter X-X-Sender: cl@gentwo.org To: David Rientjes cc: Pekka Enberg , Larry Finger , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Johannes Berg Subject: Re: [Bug #13319] Page allocation failures with b43 and p54usb In-Reply-To: Message-ID: References: <5Hhc7UkUKEO.A.fNH.4kASKB@chimera> <4A48F114.1010702@lwfinger.net> <84144f020906292355o7cf63f7ch47bd19961cf92da3@mail.gmail.com> <1246374095.8014.28.camel@penberg-laptop> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 18 On Tue, 30 Jun 2009, David Rientjes wrote: > I'm curious whether there would ever be any use for disabling debugging on > specific caches for reasons other than higher minimum orders for metadata, > though, given that we already support things like slub_debug=FZ,cache, > which should only enable free debugging and redzoning even with > CONFIG_SLUB_DEBUG_ON enabled for cache. One of the reasons for disabling debugging is to speed up the kernel. Race conditions may vanish due to the additional latency added by the debugging code. Ideally you know which slab cache has the race and you only would enable it on that one. -- 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/