From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [Bug #13319] Page allocation failures with b43 and p54usb Date: Tue, 30 Jun 2009 18:01:35 +0300 Message-ID: <1246374095.8014.28.camel@penberg-laptop> References: <5Hhc7UkUKEO.A.fNH.4kASKB@chimera> <4A48F114.1010702@lwfinger.net> <84144f020906292355o7cf63f7ch47bd19961cf92da3@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Christoph Lameter Cc: David Rientjes , Larry Finger , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Johannes Berg On Tue, 2009-06-30 at 10:32 -0400, Christoph Lameter wrote: > kmalloc-4096 causes problems in the long run and so do other caches that > are of similar size. But it allows debugging to occur. Silently switching > it off is something I am not comfortable with. I suggested adding a printk(KERN_INFO ": debugging disabled for %s. Use slub_debug=a to " "enable it blah blah blah\n"); Does that work for you? Pekka