From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753951AbZGBRSw (ORCPT ); Thu, 2 Jul 2009 13:18:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752120AbZGBRSp (ORCPT ); Thu, 2 Jul 2009 13:18:45 -0400 Received: from smtp-out.google.com ([216.239.33.17]:5200 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbZGBRSo (ORCPT ); Thu, 2 Jul 2009 13:18:44 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=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=aEkcrX7btC5epy/cNo8Om109X355paph9h52Oao/XbIO9QyNAiZf+y7PRm/svKUqF VBBDRlDVQhm4KgIB6aisA== Date: Thu, 2 Jul 2009 10:18:35 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Pekka Enberg cc: Christoph Lameter , 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: <84144f020906302253n2424d4a5k3aaf124838a041df@mail.gmail.com> Message-ID: References: <84144f020906292355o7cf63f7ch47bd19961cf92da3@mail.gmail.com> <1246374095.8014.28.camel@penberg-laptop> <84144f020906302253n2424d4a5k3aaf124838a041df@mail.gmail.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 On Wed, 1 Jul 2009, Pekka Enberg wrote: > Lets go with the slab_out_of_memory() patch you outlined in a previous > post and implement the slub_debug=p thing Christoph suggested. I think > it's the best compromise at this point. When you guys finally see the > light, we can always change it to a reasonable default. ;) > > So can you send a patch, please? > Sure, let me know if you think this is -rc material; otherwise, the bug will have to be deferred until 2.6.32 with the temporary workaround of disabling CONFIG_SLUB_DEBUG_ON. 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: Thu, 2 Jul 2009 10:18:35 -0700 (PDT) Message-ID: References: <84144f020906292355o7cf63f7ch47bd19961cf92da3@mail.gmail.com> <1246374095.8014.28.camel@penberg-laptop> <84144f020906302253n2424d4a5k3aaf124838a041df@mail.gmail.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1246555125; bh=MyXiW0IQCbti7fLwMyc8Wv9NM2A=; 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=cgVxG9lEbYvlBLKzOjJ7p7ZdU5t6yRN MSCArD6o6Bm3Wzr0Hj6RcYmnbL8bf3XUN8MnouB4MGit10GxulKLtQw== In-Reply-To: <84144f020906302253n2424d4a5k3aaf124838a041df-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pekka Enberg Cc: Christoph Lameter , Larry Finger , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Johannes Berg On Wed, 1 Jul 2009, Pekka Enberg wrote: > Lets go with the slab_out_of_memory() patch you outlined in a previous > post and implement the slub_debug=p thing Christoph suggested. I think > it's the best compromise at this point. When you guys finally see the > light, we can always change it to a reasonable default. ;) > > So can you send a patch, please? > Sure, let me know if you think this is -rc material; otherwise, the bug will have to be deferred until 2.6.32 with the temporary workaround of disabling CONFIG_SLUB_DEBUG_ON.