Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756690AbXEJE0T (ORCPT ); Thu, 10 May 2007 00:26:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754717AbXEJE0I (ORCPT ); Thu, 10 May 2007 00:26:08 -0400 Received: from ns2.lanforge.com ([66.165.47.211]:37696 "EHLO ns2.lanforge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754714AbXEJE0H (ORCPT ); Thu, 10 May 2007 00:26:07 -0400 Message-ID: <46429ED2.10809@candelatech.com> Date: Wed, 09 May 2007 21:25:54 -0700 From: Ben Greear Organization: Candela Technologies User-Agent: Thunderbird 1.5.0.10 (X11/20070301) MIME-Version: 1.0 To: Kyle Moffett CC: netdev@vger.kernel.org, LKML Kernel , Stephen Hemminger , OSDL Linux Bridging Subject: Re: [BUG][debian-2.6.20-1-686] bridging + vlans + "vconfig rem" == stuck kernel References: <2638DE26-D672-4245-BE88-D13B7F0F34A9@mac.com> In-Reply-To: <2638DE26-D672-4245-BE88-D13B7F0F34A9@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1224 Lines: 41 Kyle Moffett wrote: > > vconfig D 83CCD8CE 0 16564 16562 (NOTLB) > efdd7e7c 00000086 ee120afb 83ccd8ce 98f00788 b7083ffa 5384b49a > c76c0b05 > 9ebaf791 00000004 efdd7e4e 00000007 f1468a90 2ab74174 00000362 > 00000326 > f1468b9c c180e420 00000001 00000286 c012933c efdd7e8c df98a000 > c180e468 > Call Trace: > [] lock_timer_base+0x15/0x2f > [] __mod_timer+0x91/0x9b > [] schedule_timeout+0x70/0x8d > [] vlan_device_event+0x13/0xf8 [8021q] Looks like a deadlock in the vlan code. Any chance you can run this test with lockdep enabled? You could also add a printk in vlan_device_event() to check which event it is hanging on, and the netdevice that is passed in. Since the vlan code holds RTNL at this point, then most other network tasks will eventually hang as well. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/