From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751253AbWAPXAh (ORCPT ); Mon, 16 Jan 2006 18:00:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751255AbWAPXAh (ORCPT ); Mon, 16 Jan 2006 18:00:37 -0500 Received: from mail.kroah.org ([69.55.234.183]:37788 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S1751253AbWAPXAg (ORCPT ); Mon, 16 Jan 2006 18:00:36 -0500 Date: Mon, 16 Jan 2006 14:51:10 -0800 From: Greg KH To: Ingo Molnar Cc: Andrew Morton , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: 2.6.15-mm4: sem2mutex problem in USB OHCI Message-ID: <20060116225110.GA31296@kroah.com> References: <200601150058.58518.rjw@sisk.pl> <20060114160526.228da734.akpm@osdl.org> <20060115043826.GB23968@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060115043826.GB23968@elte.hu> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 15, 2006 at 05:38:26AM +0100, 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. I've dropped the whole driver mutex patch from my tree till stuff like this gets worked out. thanks, greg k-h