Return-path: Received: from courier.cs.helsinki.fi ([128.214.9.1]:48162 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbYGaJxJ (ORCPT ); Thu, 31 Jul 2008 05:53:09 -0400 Subject: Re: [BUG] wireless : cpu stuck for 61s From: Pekka Enberg To: Tomas Winkler Cc: Andrew Morton , Dave Young , Johannes Berg , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org In-Reply-To: <1ba2fa240807310250kd2df7bfxa3591cf78e68f8dc@mail.gmail.com> References: <20080729055731.GA3265@darkstar> <1217334724.10489.47.camel@johannes.berg> <20080730020820.8bcc00e2.akpm@linux-foundation.org> <20080730031047.54e13e2d.akpm@linux-foundation.org> <20080730195637.2197a82d.akpm@linux-foundation.org> <1ba2fa240807310250kd2df7bfxa3591cf78e68f8dc@mail.gmail.com> Date: Thu, 31 Jul 2008 12:53:14 +0300 Message-Id: <1217497994.7813.184.camel@penberg-laptop> (sfid-20080731_115313_780208_F0AEA507) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2008-07-31 at 12:50 +0300, Tomas Winkler wrote: > > There's ath5k in the stack trace but that, of course, doesn't > > automatically mean it's at fault here. It could have been just the poor > > bastard who was the next to allocate 4 KB with kmalloc() noticing the > > corruption. > > > > Hope this helps! > > I've seen something similar with fragmentation code in iwl4965 but I > can reproduce it only when using SLAB. With SLUB it didn't shown up. > Does anyone know what is difference between SLAB and SLUB in this context.? Do you have CONFIG_SLUB_DEBUG_ON enabled? (Note: if you only have CONFIG_SLUB_DEBUG enabled, then you need to enable debugging at run-time by passing slub_debug to kernel command line.)