From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 21 08:06:07 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEC7416A401; Sat, 21 Apr 2007 08:06:07 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA5F13C457; Sat, 21 Apr 2007 08:06:07 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E7E788BD275; Sat, 21 Apr 2007 10:06:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h7DIBxxaXBpB; Sat, 21 Apr 2007 10:06:04 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9700F8BD1A6; Sat, 21 Apr 2007 10:06:04 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l3L864NS079141; Sat, 21 Apr 2007 10:06:04 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 21 Apr 2007 10:06:04 +0200 From: Roman Divacky To: Scot Hetzel Message-ID: <20070421080604.GA79048@freebsd.org> References: <790a9fff0704201848y5f6587fehf34af106ae3f7285@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0704201848y5f6587fehf34af106ae3f7285@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: emulation@freebsd.org, des@freebsd.org Subject: Re: linuxolator - ltp testing: panic with fsync02 test X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2007 08:06:08 -0000 On Fri, Apr 20, 2007 at 08:48:11PM -0500, Scot Hetzel wrote: > I was trying to run the ltp tests on a recent -CURRENT kernel that was > checked out using: > > cvs -q update -P -d -D "04/20/2007 00:01 UTC" > > But when the tests run the fsync02 test, it causes the following: > > Unread portion of the kernel message buffer: > panic: NOT MPSAFE and Giant not held I think this is related to MPSAFEing of pseudofs recently.. hopefully des can tell us more (CCed) roman