From owner-freebsd-current@FreeBSD.ORG Fri Dec 3 21:17:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F8516A4CE for ; Fri, 3 Dec 2004 21:17:51 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CF743D2F for ; Fri, 3 Dec 2004 21:17:51 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iB3LHn0N056869; Fri, 3 Dec 2004 16:17:50 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iB3LHncp056860; Fri, 3 Dec 2004 16:17:49 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Fri, 3 Dec 2004 16:17:48 -0500 (EST) From: Jeff Roberson To: Peter Holm In-Reply-To: <20041203175218.GA96071@peter.osted.lan> Message-ID: <20041203161658.Y18185@mail.chesapeake.net> References: <20041203052824.K18185@mail.chesapeake.net> <20041203175218.GA96071@peter.osted.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: SMP FFS Part 3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:17:52 -0000 On Fri, 3 Dec 2004, Peter Holm wrote: > On Fri, Dec 03, 2004 at 05:33:01AM -0500, Jeff Roberson wrote: > > This patch removes Giant from every file related syscall. It fixes all > > known bugs except for one which Peter Holm has seen after very long > > periods of extreme load, and a nfs netbooting problem that I haven't yet > > looked in to. I can buildworld -j3 for hours on my dual opteron without > > issues. I hope to fix the remaining problems in a day or two. > > > > http://www.chesapeake.net/~jroberson/smpffs.diff > > > > Fatal trap 12: page fault while in kernel mode in kern/kern_proc.c:694 > http://www.holm.cc/stress/log/jeff07.html (a dup of jeff02.html?) Can you get me a stack trace from the blocked thread? > > > Cheers, > > Jeff > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > -- > Peter Holm > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >