From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [GIT] Networking Date: Tue, 25 Oct 2011 14:26:53 +0200 Message-ID: References: <20111025.063206.2273357152859701628.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: David Miller , Johannes Berg , Emmanuel Grumbach , Wey-Yi Guy , "John W. Linville" Return-path: In-Reply-To: <20111025.063206.2273357152859701628.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Oct 25, 2011 at 12:32 PM, David Miller wrote: > > The most visible thing in here is the reorganization of the drivers > under drivers/net. Nope, the most visible thing are some new annoying warnings, that seem absolutely broken. At the very minimum, that WARN_ON(1) should be a WARN_ON_ONCE() or something like that. Because showing it over an dover again is not helpful. Added the people who signed off on the changes to the affected files, since they hopefully know why this happens and can fix it.. Linus --- [ 83.111504] wlan0: authenticate with 00:3a:98:27:aa:50 (try 1) [ 83.111547] ------------[ cut here ]------------ [ 83.111563] WARNING: at include/net/mac80211.h:3570 rate_control_send_low+0xf5/0x230() [ 83.111568] Hardware name: 1294A58 [ 83.111571] Modules linked in: iwlwifi [last unloaded: scsi_wait_scan] [ 83.111584] Pid: 955, comm: kworker/u:3 Tainted: G W 3.1.0-02609-gc9d6329c3586 #51 [ 83.111588] Call Trace: [ 83.111601] [] warn_slowpath_common+0x7f/0xc0 [ 83.111608] [] warn_slowpath_null+0x1a/0x20 [ 83.111616] [] rate_control_send_low+0xf5/0x230 [ 83.111630] [] rs_get_rate+0x58/0x1c0 [iwlwifi] [ 83.111638] [] rate_control_get_rate+0x96/0x170 [ 83.111648] [] invoke_tx_handlers+0x7e7/0x1130 [ 83.111658] [] ? led_trigger_event+0x81/0x90 [ 83.111665] [] ieee80211_tx+0x73/0xe0 [ 83.111671] [] ieee80211_xmit+0x88/0xc0 [ 83.111677] [] ieee80211_tx_skb+0x5a/0x70 [ 83.111684] [] ieee80211_send_nullfunc+0x56/0x70 [ 83.111691] [] ieee80211_offchannel_return+0x1f1/0x200 [ 83.111699] [] ieee80211_work_work+0x5a2/0x1460 [ 83.111708] [] ? __kfree_skb+0x47/0xa0 [ 83.111718] [] ? cwq_activate_first_delayed+0x53/0x150 [ 83.111725] [] ? free_work+0x20/0x20 [ 83.111733] [] process_one_work+0x12c/0x4e0 [ 83.111741] [] worker_thread+0x15e/0x340 [ 83.111749] [] ? rescuer_thread+0x210/0x210 [ 83.111755] [] kthread+0x8c/0xa0 [ 83.111765] [] kernel_thread_helper+0x4/0x10 [ 83.111772] [] ? kthread_worker_fn+0x190/0x190 [ 83.111779] [] ? gs_change+0xb/0xb [ 83.111783] ---[ end trace 95cdc4f2a378cb79 ]---