Return-path: Received: from vserver.eikelenboom.it ([84.200.39.61]:52894 "EHLO smtp.eikelenboom.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758507Ab3JOKqK (ORCPT ); Tue, 15 Oct 2013 06:46:10 -0400 Date: Tue, 15 Oct 2013 12:39:40 +0200 From: Sander Eikelenboom Message-ID: <9010061839.20131015123940@eikelenboom.it> (sfid-20131015_124619_449546_7A5AC630) To: "John W. Linville" , johannes.berg@intel.com, CC: ilw@linux.intel.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: drivers/net/wireless/iwlwifi/dvm/tx.c:456 iwlagn_tx_skb+0x6c5/0x883() MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi, I'm having a: 02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24) And i'm running into this warning on boot with a 3.11.2 and 3.12-rc5 kernel. [ 23.904950] ------------[ cut here ]------------ [ 23.904957] WARNING: CPU: 0 PID: 2531 at drivers/net/wireless/iwlwifi/dvm/tx.c:456 iwlagn_tx_skb+0x6c5/0x883() [ 23.904959] Modules linked in: [ 23.904962] CPU: 0 PID: 2531 Comm: hostapd Not tainted 3.12.0-rc5+ #1 [ 23.904963] Hardware name: /D53427RKE, BIOS RKPPT10H.86A.0017.2013.0425.1251 04/25/2013 [ 23.904966] 0000000000000000 0000000000000009 ffffffff8189aa62 0000000000000000 [ 23.904968] ffffffff8105a4f2 ffff880058339a48 ffffffff815f8a04 0000000000000000 [ 23.904970] ffff8800560097b0 0000000000000208 0000000000000000 ffff8800561a9e5e [ 23.904971] Call Trace: [ 23.904977] [] ? dump_stack+0x41/0x51 [ 23.904981] [] ? warn_slowpath_common+0x78/0x90 [ 23.904984] [] ? iwlagn_tx_skb+0x6c5/0x883 [ 23.904986] [] ? iwlagn_tx_skb+0x6c5/0x883 [ 23.904989] [] ? put_cred+0x15/0x15 [ 23.904991] [] ? iwlagn_mac_tx+0x19/0x2f [ 23.904995] [] ? __ieee80211_tx+0x226/0x29b [ 23.904998] [] ? ieee80211_tx+0xa6/0xb5 [ 23.905001] [] ? ieee80211_monitor_start_xmit+0x1e9/0x204 [ 23.905005] [] ? dev_hard_start_xmit+0x271/0x3ec [ 23.905008] [] ? sch_direct_xmit+0x66/0x164 [ 23.905010] [] ? dev_queue_xmit+0x1e5/0x3c8 [ 23.905013] [] ? packet_sendmsg+0xac5/0xb3d [ 23.905017] [] ? sock_sendmsg+0x37/0x52 [ 23.905020] [] ? __do_fault+0x338/0x36b [ 23.905023] [] ? verify_iovec+0x44/0x94 [ 23.905025] [] ? ___sys_sendmsg+0x1f1/0x283 [ 23.905029] [] ? __inode_wait_for_writeback+0x67/0xae [ 23.905031] [] ? __cache_free.isra.46+0x178/0x187 [ 23.905033] [] ? kmem_cache_free+0x44/0x84 [ 23.905036] [] ? dentry_kill+0x13d/0x149 [ 23.905038] [] ? dput+0xe5/0xef [ 23.905041] [] ? fget_light+0x2e/0x7c [ 23.905043] [] ? __sys_sendmsg+0x39/0x57 [ 23.905046] [] ? system_call_fastpath+0x16/0x1b [ 23.905047] ---[ end trace 1b3eb79359c1d1e6 ]--- -- Sander