From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932972Ab1KDRD7 (ORCPT ); Fri, 4 Nov 2011 13:03:59 -0400 Received: from he.sipsolutions.net ([78.46.109.217]:56051 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932550Ab1KDRD6 (ORCPT ); Fri, 4 Nov 2011 13:03:58 -0400 Subject: Re: [GIT] Networking From: Johannes Berg To: Linus Torvalds Cc: David Miller , "Grumbach, Emmanuel" , "Guy, Wey-Yi W" , "John W. Linville" , "akpm@linux-foundation.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Stanislaw Gruszka In-Reply-To: References: <20111025.063206.2273357152859701628.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" Date: Fri, 04 Nov 2011 18:03:42 +0100 Message-ID: <1320426222.3969.121.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2011-10-25 at 12:26 +0000, Linus Torvalds wrote: > 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.. Sorry for the late reply. I think this was actually caused by some changes from Ben Greear "optimising" stuff in net/mac80211/work.c and keeping the wrong channel, Stanislaw was also looking at this at some point I think. I agree that it would be good to change to WARN_ON_ONCE(), will do that. The warning itself has been around forever, but the fact that it triggers now is probably related to the channel work & band switches. johannes