Return-path: Received: from lucidpixels.com ([72.73.18.11]:41030 "EHLO lucidpixels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752851Ab1GaKJz (ORCPT ); Sun, 31 Jul 2011 06:09:55 -0400 Date: Sun, 31 Jul 2011 06:09:53 -0400 (EDT) From: Justin Piszcz To: Adam Cozzette cc: Andreas Hartmann , Stanislaw Gruszka , Larry Finger , Ivo van Doorn , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, Alan Piszcz , users@rt2x00.serialmonkey.com Subject: Re: [PATCH] rt2x00: rt2800: fix zeroing skb structure In-Reply-To: <20110731033916.GA7182@[192.168.0.12]> Message-ID: (sfid-20110731_121019_444038_A16E7E0D) References: <4E318BD0.40202@lwfinger.net> <20110730113009.GA2847@redhat.com> <20110730113255.GB2847@redhat.com> <20110731033916.GA7182@[192.168.0.12]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sat, 30 Jul 2011, Adam Cozzette wrote: > On Sat, Jul 30, 2011 at 01:10:26PM -0400, Justin Piszcz wrote: >> (This is with the patch provided earlier) >> >> atom:/usr/src/linux# cd drivers/net/wireless/rt2x00/ >> atom:/usr/src/linux/drivers/net/wireless/rt2x00# grep 'memset(skb_push(entry->skb, TXWI_DESC_SIZE), 0, TXWI_DESC_SIZE)' rt2800lib.c >> memset(skb_push(entry->skb, TXWI_DESC_SIZE), 0, TXWI_DESC_SIZE); >> atom:/usr/src/linux/drivers/net/wireless/rt2x00# cat /usr/src/linux/.version >> 2 >> atom:/usr/src/linux/drivers/net/wireless/rt2x00# uname -a >> Linux atom 3.0.0 #2 SMP Sat Jul 30 08:34:18 EDT 2011 x86_64 GNU/Linux >> atom:/usr/src/linux/drivers/net/wireless/rt2x00# >> >> Justin. > > The last two images you posted show rt2800_txdone in the stack trace. I couldn't > find any such function in the source and unless I'm mistaken, it was renamed in > commit 8f66bbb5 back in May. Are you sure that the most recent code is what is > actually running when you run into this problem? > > -- > Adam Cozzette > Harvey Mudd College > Hi, Here is the .config used (3.0): http://home.comcast.net/~jpiszcz/20110731/config-3.0.txt Justin.