From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750738AbWAOAFt (ORCPT ); Sat, 14 Jan 2006 19:05:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750921AbWAOAFs (ORCPT ); Sat, 14 Jan 2006 19:05:48 -0500 Received: from smtp.osdl.org ([65.172.181.4]:31899 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750738AbWAOAFs (ORCPT ); Sat, 14 Jan 2006 19:05:48 -0500 Date: Sat, 14 Jan 2006 16:05:26 -0800 From: Andrew Morton To: "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org, greg@kroah.com, Ingo Molnar Subject: Re: 2.6.15-mm4: sem2mutex problem in USB OHCI Message-Id: <20060114160526.228da734.akpm@osdl.org> In-Reply-To: <200601150058.58518.rjw@sisk.pl> References: <200601150058.58518.rjw@sisk.pl> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) 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 "Rafael J. Wysocki" wrote: > > 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} err, taking a mutex from softirq context.