Return-path: Received: from mail-bk0-f50.google.com ([209.85.214.50]:59904 "EHLO mail-bk0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbaBRHQb convert rfc822-to-8bit (ORCPT ); Tue, 18 Feb 2014 02:16:31 -0500 Received: by mail-bk0-f50.google.com with SMTP id d7so1150796bkh.37 for ; Mon, 17 Feb 2014 23:16:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <5302A1EF.6060600@candelatech.com> References: <5302A1EF.6060600@candelatech.com> Date: Tue, 18 Feb 2014 08:16:30 +0100 Message-ID: (sfid-20140218_081635_588681_1EE75DC5) Subject: Re: lockdep warning (needs annotation) From: Michal Kazior To: Ben Greear Cc: ath10k , "linux-wireless@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 18 February 2014 00:57, Ben Greear wrote: > I started seeing this today after synch-ing with upstream > ath10k tree. > > Firmware is modified, and there are some patches to ath10k in my > tree, but probably nothing that affects this. > > > INFO: trying to register non-static key. > the code is fine but needs lockdep annotation. > turning off the locking correctness validator. > CPU: 1 PID: 213 Comm: kworker/u8:2 Tainted: G C 3.14.0-rc2-wl-ath+ #11 > Hardware name: To be filled by O.E.M. To be filled by O.E.M./HURONRIVER, BIOS 4.6.5 05/02/2012 > Workqueue: phy0 ieee80211_iface_work [mac80211] > 0000000000000000 ffff88020fd777e8 ffffffff815d0007 0000000000000006 > 0000000000000000 ffff88020fd77868 ffffffff810fb81e ffff88020fd77818 > ffffffff00000000 ffff880200000001 0000000000000002 0000000000000000 > Call Trace: > [] dump_stack+0x4e/0x71 > [] register_lock_class+0x11a/0x2f0 > [] __lock_acquire+0xe0/0xe48 > [] ? _raw_spin_unlock_irq+0x28/0x42 > [] ? mark_lock+0x2d/0x212 > [] ? mark_lock+0x2d/0x212 > [] lock_acquire+0x82/0x9d > [] ? queue_delayed_work_on+0x85/0x85 > [] flush_work+0x49/0x289 > [] ? queue_delayed_work_on+0x85/0x85 > [] ? mark_lock+0x2d/0x212 > [] ? mark_held_locks+0x71/0x99 > [] ? __cancel_work_timer+0x89/0xbf > [] __cancel_work_timer+0x9a/0xbf > [] cancel_work_sync+0xb/0xd > [] ath10k_sta_state+0x4b/0x48e [ath10k_core] > [] drv_sta_state+0x87/0x17b [mac80211] > [] __sta_info_destroy_part2+0xca/0x2a0 [mac80211] > [] __sta_info_destroy+0x25/0x2f [mac80211] > [] sta_info_destroy_addr+0x39/0x59 [mac80211] > [] ieee80211_destroy_auth_data+0x31/0xbc [mac80211] > [] ieee80211_sta_work+0x16b/0xbe6 [mac80211] > [] ? mark_held_locks+0x71/0x99 > [] ? _raw_spin_unlock_irqrestore+0x40/0x5e > [] ? trace_hardirqs_on_caller+0x145/0x1a1 > [] ? _raw_spin_unlock_irqrestore+0x48/0x5e > [] ieee80211_iface_work+0x2a3/0x2c6 [mac80211] > [] process_one_work+0x1d7/0x2fc > [] ? process_one_work+0x16d/0x2fc > [] ? spin_lock_irq+0x9/0xb > [] worker_thread+0x12e/0x1fb > [] ? rescuer_thread+0x27b/0x27b > [] kthread+0xc4/0xcc > [] ? __kthread_parkme+0x5c/0x5c > [] ret_from_fork+0x7c/0xb0 > [] ? __kthread_parkme+0x5c/0x5c Oops! I think this is my fault.. I'll look into this. Thanks! MichaƂ