From owner-p4-projects@FreeBSD.ORG Thu Jan 8 18:36:35 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 981C01065678; Thu, 8 Jan 2009 18:36:35 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DE1C1065670 for ; Thu, 8 Jan 2009 18:36:35 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe15.swip.net [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id A93908FC40 for ; Thu, 8 Jan 2009 18:36:34 +0000 (UTC) (envelope-from hselasky@freebsd.org) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=5gbsbjUaDroA:10 a=nklthdr5v5AUSfVrlghuJA==:17 a=kFgAgTWzN3JMOqxAgmkA:9 a=0SXsZ3hB2N0iNRT-Rj8e3a6FLMkA:4 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: from [62.113.132.62] (account mc467741@c2i.net [62.113.132.62] verified) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 431408952; Thu, 08 Jan 2009 18:36:31 +0100 From: Hans Petter Selasky To: "M. Warner Losh" Date: Thu, 8 Jan 2009 18:38:54 +0100 User-Agent: KMail/1.9.7 References: <200901071327.n07DRFt5091936@repoman.freebsd.org> <20090108.102453.-1749728154.imp@bsdimp.com> In-Reply-To: <20090108.102453.-1749728154.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901081838.55030.hselasky@freebsd.org> Cc: perforce@freebsd.org Subject: Re: PERFORCE change 155755 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 18:36:44 -0000 On Thursday 08 January 2009, M. Warner Losh wrote: > In message: <200901071327.n07DRFt5091936@repoman.freebsd.org> > > Hans Petter Selasky writes: > : Fix a race causing the explore thread to > : hang when tearing down USB transfers at > : detach. > > Would this explain a hang with a wait channel of DMSG on kldunload of > the drivers? > > Warner Yes, If "ps auxw| grep DRAIN" shows you something. Try out -current next week if you don't have access to P4. --HPS