From owner-freebsd-current@FreeBSD.ORG Fri Dec 3 09:04:02 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 7D0AF16A4CE for ; Fri, 3 Dec 2004 09:04:02 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE4F43D60 for ; Fri, 3 Dec 2004 09:04:02 +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 iB393x0N058877; Fri, 3 Dec 2004 04:03:59 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iB393xEg058874; Fri, 3 Dec 2004 04:03:59 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Fri, 3 Dec 2004 04:03:58 -0500 (EST) From: Jeff Roberson To: Peter Holm In-Reply-To: <20041203083458.GA92652@peter.osted.lan> Message-ID: <20041203040206.R18185@mail.chesapeake.net> References: <20041202155637.GA85127@peter.osted.lan> <98967.1102003088@critter.freebsd.dk> <20041203083458.GA92652@peter.osted.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: SMP VFS Part 2 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 09:04:02 -0000 On Fri, 3 Dec 2004, Peter Holm wrote: > On Thu, Dec 02, 2004 at 04:58:08PM +0100, Poul-Henning Kamp wrote: > > In message <20041202155637.GA85127@peter.osted.lan>, Peter Holm writes: > > > > >Just got a double panic again: http://www.holm.cc/stress/log/jeff06.html. > > >I think I'll revert to HEAD, just to touch base. > > > > HEAD is not very happy on my testbox right now, recent ACPI commits seems > > to have received less than meticulous scrutiny. > > > > Hmm ... > > I've reverted Jeff's patch (so I'm now back to HEAD from Dec 1 10:04 UTC). > I have not seen any buf related panics, during the last 16 of testing, only > a few "sleeping thread owns a non-sleepable lock". Jeff, have you been able > to recreate any of the panics I found? Some of the earlier ones, but not the b_bufobj panic yet. I have been busy on other things for a bit though. I hope to reproduce that soon so I can fix it. I will have a new patch in an hour or two that removes Giant from the remaining syscalls. I'm going to do some shakeout here before I post it. > > > -- > > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > > phk@FreeBSD.ORG | TCP/IP since RFC 956 > > FreeBSD committer | BSD since 4.3-tahoe > > Never attribute to malice what can adequately be explained by incompetence. > > -- > Peter Holm >