From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rientjes Subject: Re: [Bug #13319] Page allocation failures with b43 and p54usb Date: Tue, 30 Jun 2009 14:52:22 -0700 (PDT) Message-ID: References: <5Hhc7UkUKEO.A.fNH.4kASKB@chimera> <4A48F114.1010702@lwfinger.net> <84144f020906292355o7cf63f7ch47bd19961cf92da3@mail.gmail.com> <1246374095.8014.28.camel@penberg-laptop> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1246398753; bh=tbH9nBsV1fTx74v+zI3vuaQxVb0=; h=DomainKey-Signature:Date:From:X-X-Sender:To:cc:Subject: In-Reply-To:Message-ID:References:User-Agent:MIME-Version: Content-Type:X-System-Of-Record; b=I+nMjW/9oS6uM/3noSNcDYMyxlSGLSH 7WQe85sEQDiVcmHyN3pxAnqo6FLp2NvXBAKMdVDb3frP7xbs47kw14A== In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: Pekka Enberg , Larry Finger , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Johannes Berg On Tue, 30 Jun 2009, Christoph Lameter wrote: > We could add an option that disables debugging for troublesome page > size slabs > > > slab_debug=p > > or so > I definitely like that more than slab_debug=A, where we're requiring an added parameter for full debugging to be activated. 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. I think the solution to this is really based on good software engineering and test practices, though, so hopefully there'll be a consensus on which direction to take before any time is spent in implementing and pushing it.