From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-iw0-f201.google.com ([209.85.223.201]:65137 "EHLO mail-iw0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751067AbZIIG3j (ORCPT ); Wed, 9 Sep 2009 02:29:39 -0400 Received: by iwn39 with SMTP id 39so383iwn.23 for ; Tue, 08 Sep 2009 23:29:41 -0700 (PDT) MIME-Version: 1.0 From: "Luis R. Rodriguez" Date: Tue, 8 Sep 2009 23:29:20 -0700 Message-ID: <43e72e890909082329n7f370bfcl607bd3b3fea85f7d@mail.gmail.com> Subject: ath_tx_start+0xa6 kmemleak -- mac80211 traceb To: Johannes Berg Cc: linux-wireless Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: unreferenced object 0xffff88003a905720 (size 96): comm "softirq", pid 0, jiffies 4295254599 hex dump (first 32 bytes): 40 98 9e 19 00 88 ff ff 00 00 00 00 00 00 00 00 @............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [] kmemleak_alloc+0x25/0x60 [] kmem_cache_alloc+0x14b/0x1c0 [] ath_tx_start+0xa6/0x8d0 [ath9k] [] ath9k_tx+0x133/0x2a0 [ath9k] [] __ieee80211_tx+0xfb/0x190 [mac80211] [] ieee80211_tx+0xf9/0x2e0 [mac80211] [] ieee80211_xmit+0x116/0x2c0 [mac80211] [] ieee80211_tx_skb+0x51/0x70 [mac80211] [] ieee80211_sta_work+0x6fd/0x10d0 [mac80211] [] worker_thread+0x1d0/0x380 [] kthread+0xa6/0xb0 [] child_rip+0xa/0x20 [] 0xffffffffffffffff But gdb shows me: (gdb) l *(ath_tx_start+0xa6) 0x22d06 is in ath_tx_start (include/trace/events/kmem.h:47). 42 {(unsigned long)__GFP_THISNODE, "GFP_THISNODE"}, \ 43 {(unsigned long)__GFP_RECLAIMABLE, "GFP_RECLAIMABLE"}, \ 44 {(unsigned long)__GFP_MOVABLE, "GFP_MOVABLE"} \ 45 ) : "GFP_NOWAIT" 46 47 TRACE_EVENT(kmalloc, 48 49 TP_PROTO(unsigned long call_site, 50 const void *ptr, 51 size_t bytes_req, But I don't have the mac80211 tracer enabled. Luis