From owner-freebsd-stable@FreeBSD.ORG Tue Mar 7 15:00:45 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B10216A424 for ; Tue, 7 Mar 2006 15:00:45 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C4D43D7D for ; Tue, 7 Mar 2006 15:00:31 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FGdfZ-0004kx-NN for freebsd-stable@freebsd.org; Tue, 07 Mar 2006 16:00:13 +0100 Received: from static-151-201-138-242.pitt.east.verizon.net ([151.201.138.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Mar 2006 16:00:13 +0100 Received: from chad by static-151-201-138-242.pitt.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Mar 2006 16:00:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Chad Whitacre Date: Tue, 07 Mar 2006 09:54:46 -0500 Lines: 61 Message-ID: References: <20060303153833.Q557@10.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: static-151-201-138-242.pitt.east.verizon.net User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <20060303153833.Q557@10.0.0.1> Sender: news Subject: Re: VFS MFC testers wanted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2006 15:00:45 -0000 Jeff, Kris Kennaway directed me to this thread from FreeBSD-questions. I am seeing a "panic: unmount: dangling vnode" with 6.0-RELEASE. Here are the relevant threads: 2 probs w/ backup.sh: "Device busy" and "dangling vnode" http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114825.html "Panic: unmount: dangling vnode" http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/115060.html If relevant, I may be able to test your patch, but the problem is occurring only rarely. Do you have any suggestions for isolating and reproducing this bug? Also, we are seeing this problem on a production box. I notice that the patch fixes 6 issues, and apparently "breaks the kernel ABI," which sounds nasty from out here in userland. Any chance of getting a patch that isolates this specific issue? I'll be more likely able to apply such a patch. Our alternative is to simply keep our backup drive always mounted until 6.1 comes out and test your patch then. :^) Thoughts? Thanks for your work on this. Chad Whitacre http://www.zetadev.com/ Jeff Roberson wrote: > I plan to MFC all of this lovely stuff for 6.1: > > http://www.chesapeake.net/~jroberson/vfsmfc.diff > > I'm looking for people who are willing to patch their stable boxes and > test this. This has the following changes in it: > > 1) Improved debugging with DEBUG_LOCKS via the new stack(9) api. > 2) Fixed an INACTIVE leak. > 3) Fixed several unmount races. > 4) Fixed several nullfs unmount issues. > 5) Some more Giant related VFS fixes and asserts. > 6) Fixed the quota deadlock. > > These problems should be rare enough that most of you have not seen > them. So just let me know if this introduces any new problems etc. I > will be MFCing within a week. > > Thanks, > Jeff > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >