From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752853AbZBIWGu (ORCPT ); Mon, 9 Feb 2009 17:06:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752722AbZBIWGl (ORCPT ); Mon, 9 Feb 2009 17:06:41 -0500 Received: from mail-qy0-f11.google.com ([209.85.221.11]:46688 "EHLO mail-qy0-f11.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752643AbZBIWGk (ORCPT ); Mon, 9 Feb 2009 17:06:40 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=f4V+FKSD/VrETx+cGjQ4fclUt1b+ydZ/mS8kQwVc1eO7kSOvggnV/y/QcB1c+m8e3o 8K1OBqOusIxnqbf9g7YQVsPqWlAgsAuaGNjWGP1KkMndbjmkW/+vCOv41eCyVxrg9iwP SIRml0o5zGvkyPVzp5s+PK9Kb/wU6iuKHNuDQ= MIME-Version: 1.0 In-Reply-To: <1234214500.4175.255.camel@johannes.local> References: <1234214500.4175.255.camel@johannes.local> Date: Mon, 9 Feb 2009 17:06:39 -0500 Message-ID: Subject: Re: 2.6.29-rc4-git1 -- iwl3945: Can not allocate SKB buffers From: Miles Lane To: Johannes Berg Cc: Linux Kernel Mailing List , Zhu Yi , Reinette Chatre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 9, 2009 at 4:21 PM, Johannes Berg wrote: > On Mon, 2009-02-09 at 16:12 -0500, Miles Lane wrote: >> [12506.627936] iwl3945: Can not allocate SKB buffers > > So iwl3945 prints out that it's out of memory, but probably uses > __GFP_NOWARN. > >> [12544.530789] java: page allocation failure. order:1, mode:0x4020 >> [12544.530798] Pid: 21292, comm: java Not tainted 2.6.29-rc4-git1 #2 >> [12544.530801] Call Trace: >> [12544.530812] [] __alloc_pages_internal+0x423/0x442 >> [12544.530820] [] ? pskb_expand_head+0x52/0x16f >> [12544.530826] [] alloc_slab_page+0x20/0x26 >> [12544.530830] [] __slab_alloc+0x23f/0x527 >> [12544.530835] [] ? pskb_expand_head+0x52/0x16f >> [12544.530839] [] ? pskb_expand_head+0x52/0x16f >> [12544.530844] [] __kmalloc+0xbc/0x102 >> [12544.530848] [] pskb_expand_head+0x52/0x16f >> [12544.530854] [] ieee80211_skb_resize+0x91/0xca >> [12544.530858] [] ieee80211_master_start_xmit+0x260/0x4c3 > > and here we have pskb_expand_head failing to allocate memory. And an > order 1 allocation too. Are you saying wireless has a memory leak? I can't say. I am just testing the development tree. I believe this error occurred while I was running Azureus (the java-based torrent client). I can try to reproduce the problem, but I don't know how to debug it. Miles