From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: Regression due to: net/usbnet: avoid recursive locking in usbnet_stop() Date: Fri, 23 Mar 2012 10:53:02 -0600 Message-ID: <4F6CAA6E.4070401@wwwdotorg.org> References: <4F6BAE34.7010805@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sebastian Andrzej Siewior , Oliver Neukum , "David S. Miller" , netdev@vger.kernel.org, linux-usb@vger.kernel.org, "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , Willy Tarreau , Alan Stern To: Ming Lei Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 03/22/2012 09:28 PM, Ming Lei wrote: > On Fri, Mar 23, 2012 at 6:56 AM, Stephen Warren wrote: >> It looks like commit 4231d47e6fe69f061f96c98c30eaf9fb4c14b96d >> "net/usbnet: avoid recursive locking in usbnet_stop()" causes a problem >> for me. >> >> When I reboot or shutdown, I see the error spew below at least 50% of >> the time. Reverting the above patch fixes this, at least for 10 reboot >> attempts. > > The two patches[1][2] should fix your problem, please try them. > Both have been applied into David's tree. > > [1], http://marc.info/?l=linux-usb&m=133242262312402&w=2 > [2], http://marc.info/?l=linux-usb&m=133242264412410&w=2 Those two patches do solve the problem I was seeing, thanks. FWIW, too late, but: Tested-by: Stephen Warren