From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751433AbWANX5Y (ORCPT ); Sat, 14 Jan 2006 18:57:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751330AbWANX5Y (ORCPT ); Sat, 14 Jan 2006 18:57:24 -0500 Received: from h144-158.u.wavenet.pl ([217.79.144.158]:37514 "EHLO ogre.sisk.pl") by vger.kernel.org with ESMTP id S1751433AbWANX5X (ORCPT ); Sat, 14 Jan 2006 18:57:23 -0500 From: "Rafael J. Wysocki" To: Andrew Morton Subject: 2.6.15-mm4: sem2mutex problem in USB OHCI Date: Sun, 15 Jan 2006 00:58:58 +0100 User-Agent: KMail/1.9 Cc: LKML , Greg KH MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601150058.58518.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I get this on the system startup (Asus L5D, x86-64, 1 CPU): ACPI: PCI Interrupt Link [LUS1] enabled at IRQ 11 ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUS1] -> GSI 11 (level, low) -> IRQ 11 ohci_hcd 0000:00:02.1: OHCI Host Controller ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2 ohci_hcd 0000:00:02.1: irq 11, io mem 0xfebfc000 usb usb2: Product: OHCI Host Controller usb usb2: Manufacturer: Linux 2.6.15-mm4 ohci_hcd Badness in __mutex_trylock_slowpath at kernel/mutex.c:281 Call Trace: {mutex_trylock+141} {:ohci_hcd:ohci_hub_status_data+480} {rh_timer_func+0} {usb_hcd_poll_rh_status+67} {rh_timer_func+0} {rh_timer_func+9} {run_timer_softirq+396} {__do_softirq+80} {call_softirq+30} {do_softirq+53} {irq_exit+63} {do_IRQ+65} {ret_from_intr+0} {release_console_sem+333} {vprintk+775} {printk+162} {printk+162} {usb_cache_string+139} {show_string+64} {usb_new_device+261} {usb_add_hcd+1433} {usb_hcd_pci_probe+691} {pci_device_probe+106} {driver_probe_device+108} {__driver_attach+86} {__driver_attach+0} {bus_for_each_dev+79} {driver_attach+28} {bus_add_driver+136} {driver_register+207} {__pci_register_driver+177} {:ohci_hcd:ohci_hcd_pci_init+89} {sys_init_module+239} {system_call+126} ohci_hcd 0000:00:02.0: suspend root hub usb usb2: SerialNumber: 0000:00:02.1 usb usb2: uevent usb usb2: device is self-powered usb usb2: configuration #1 chosen from 1 choice usb usb2: adding 2-0:1.0 (config #1, interface 0) This happens every time the system starts and it sometimes leaves a dead khubd. Greetings, Rafael