Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 22 Mar 2003 04:25:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 22 Mar 2003 04:25:52 -0500 Received: from csl.Stanford.EDU ([171.64.73.43]:25536 "EHLO csl.stanford.edu") by vger.kernel.org with ESMTP id ; Sat, 22 Mar 2003 04:25:51 -0500 From: Dawson Engler Message-Id: <200303220936.h2M9aqG05305@csl.stanford.edu> Subject: [CHECKER] deadlock in 2.5.62 drivers/usb/host/uhci-hcd.c? To: linux-kernel@vger.kernel.org Date: Sat, 22 Mar 2003 01:36:52 -0800 (PST) X-Mailer: ELM [version 2.5 PL0pre8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1685 Lines: 47 Hi All, there appears to be a potential locking cycle in 2.5.62's drivers/usb/host/uhci-hcd.c Though it looks like its in debugging code. Confirmation/destruction appreciated. :0)>->:0)> occurred 1 times :0)>->:0)> occurred 1 times Lock is involved in <1> errors and in 1 Callchain for :0)>->:0)> = depth = 2: drivers/usb/host/uhci-hcd.c:uhci_transfer_result:1507 spin_lock_irqsave(&urb->lock, flags); ->drivers/usb/host/uhci-hcd.c:uhci_transfer_result:1507 ->uhci_transfer_result:1568 ->end=uhci_add_complete:138:spin_lock_irq spin_lock_irqsave(&uhci->complete_list_lock, flags); Callchain for :0)>->:0)> = depth = 2: drivers/usb/host/uhci-debug.c:uhci_show_lists:395 ->drivers/usb/host/uhci-debug.c:uhci_show_lists:395 ->uhci_show_lists:407 spin_lock_irqsave(&uhci->complete_list_lock, flags); ->end=uhci_show_urbp:328:spin_lock ->drivers/usb/host/uhci-debug.c:uhci_show_urbp:328 spin_lock(&urbp->urb->lock); - 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/