From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030841AbXCHWyl (ORCPT ); Thu, 8 Mar 2007 17:54:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030847AbXCHWyl (ORCPT ); Thu, 8 Mar 2007 17:54:41 -0500 Received: from mx1.redhat.com ([66.187.233.31]:37181 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030841AbXCHWyk (ORCPT ); Thu, 8 Mar 2007 17:54:40 -0500 Date: Thu, 8 Mar 2007 17:54:36 -0500 From: Dave Jones To: Linux Kernel Cc: samuel@sortiz.org Subject: irda rmmod lockdep trace. Message-ID: <20070308225436.GA25184@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , samuel@sortiz.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org modprobe irda ; rmmod irda in 2.6.21rc3 gets me the spew below.. Dave NET: Registered protocol family 23 NET: Unregistered protocol family 23 ============================================= [ INFO: possible recursive locking detected ] 2.6.20-1.2966.fc7 #1 --------------------------------------------- rmmod/16712 is trying to acquire lock: (&hashbin->hb_spinlock){....}, at: [] hashbin_delete+0x29/0x94 [irda] but task is already holding lock: (&hashbin->hb_spinlock){....}, at: [] hashbin_delete+0x29/0x94 [irda] other info that might help us debug this: 1 lock held by rmmod/16712: #0: (&hashbin->hb_spinlock){....}, at: [] hashbin_delete+0x29/0x94 [irda] stack backtrace: Call Trace: [] __lock_acquire+0x151/0xbc4 [] :irda:__irias_delete_attrib+0x0/0x31 [] lock_acquire+0x4c/0x65 [] :irda:hashbin_delete+0x29/0x94 [] _spin_lock_irqsave+0x2c/0x3c [] :irda:hashbin_delete+0x29/0x94 [] :irda:__irias_delete_object+0x0/0x39 [] :irda:__irias_delete_object+0x25/0x39 [] :irda:hashbin_delete+0x40/0x94 [] :irda:iriap_cleanup+0x36/0x38 [] :irda:irda_cleanup+0x29/0x3a [] sys_delete_module+0x199/0x1ca [] syscall_trace_enter+0x9a/0x9f [] tracesys+0xdc/0xe1 -- http://www.codemonkey.org.uk