From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [GIT] Networking Date: Sat, 14 Aug 2010 19:28:02 -0700 (PDT) Message-ID: <20100814.192802.70207131.davem@davemloft.net> References: <20100812.161050.246523792.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: torvalds@linux-foundation.org Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Linus Torvalds Date: Sat, 14 Aug 2010 11:05:54 -0700 > Anyway, the lock warning I do get seems to be networking-related, and > is appended. Does this ring any bells? It could easily be something > old: I turn on lock debugging only when I look for bugs (or when > people point out bugs that I've created :^/ ) > > The only thing that seems to be related that google can find is pretty > recent too: a report from Valdis Kletnieks about this apparently > happening on e1000e too (Subject "mmotm 2010-08-11 - lockdep whinges > at e1000e driver ifconfig up"). So it does seem to be pretty recent. > > Hmm? Everything obviously still works, but judging by the lockdep > report this might be a deadlock situation (lock taken in softirq _and_ > outside softirq without disabling bhs) I'll take a look.