From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263448AbTLIWdg (ORCPT ); Tue, 9 Dec 2003 17:33:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263497AbTLIWdg (ORCPT ); Tue, 9 Dec 2003 17:33:36 -0500 Received: from massena-4-82-67-197-146.fbx.proxad.net ([82.67.197.146]:4994 "EHLO perso.free.fr") by vger.kernel.org with ESMTP id S263448AbTLIWdf (ORCPT ); Tue, 9 Dec 2003 17:33:35 -0500 From: Duncan Sands To: David Brownell Subject: Re: [linux-usb-devel] Re: [OOPS, usbcore, releaseintf] 2.6.0-test10-mm1 Date: Tue, 9 Dec 2003 23:33:33 +0100 User-Agent: KMail/1.5.4 Cc: Alan Stern , Vince , "Randy.Dunlap" , mfedyk@matchmail.com, zwane@holomorphy.com, linux-kernel@vger.kernel.org, USB development list , Greg KH References: <200312092307.04924.baldrick@free.fr> <3FD64BD9.1010803@pacbell.net> In-Reply-To: <3FD64BD9.1010803@pacbell.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312092333.33562.baldrick@free.fr> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > It occurred on system shutdown - so I guess the module was unloaded. > > Maybe the bus reference counting is borked. > > Various folk have reported similar problems on system shutdown > before, and the simple fix has been not to clean up so aggressively. ? > What puzzled me was that a normal "rmmod" wouldn't give the > same symptoms -- but the same codepaths could oops in certain > system shutdown scenarios. Duncan.