From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932076AbWAOPaR (ORCPT ); Sun, 15 Jan 2006 10:30:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932078AbWAOPaR (ORCPT ); Sun, 15 Jan 2006 10:30:17 -0500 Received: from h144-158.u.wavenet.pl ([217.79.144.158]:55436 "EHLO ogre.sisk.pl") by vger.kernel.org with ESMTP id S932076AbWAOPaP (ORCPT ); Sun, 15 Jan 2006 10:30:15 -0500 From: "Rafael J. Wysocki" To: Ingo Molnar Subject: Re: 2.6.15-mm4: sem2mutex problem in USB OHCI Date: Sun, 15 Jan 2006 16:31:35 +0100 User-Agent: KMail/1.9 Cc: Andrew Morton , linux-kernel@vger.kernel.org, greg@kroah.com References: <200601150058.58518.rjw@sisk.pl> <20060114160526.228da734.akpm@osdl.org> <20060115043826.GB23968@elte.hu> In-Reply-To: <20060115043826.GB23968@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601151631.35450.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sunday, 15 January 2006 05:38, Ingo Molnar wrote: > > * Andrew Morton wrote: > > > > 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} > > > err, taking a mutex from softirq context. > > hm. For now, the patch below undoes the struct device ->mutex > conversion. That helps, thanks. Rafael