From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 11:40:48 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 B236016A4CE; Thu, 22 Apr 2004 11:40:48 -0700 (PDT) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C65F43D58; Thu, 22 Apr 2004 11:40:48 -0700 (PDT) (envelope-from Peter_Losher@isc.org) Received: from dhcp-10.sql1.plosh.net (unknown [64.139.14.227]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 33A66A864; Thu, 22 Apr 2004 18:40:48 +0000 (UTC) (envelope-from Peter_Losher@isc.org) From: Peter Losher Organization: ISC To: Brian Fundakowski Feldman Date: Thu, 22 Apr 2004 11:40:46 -0700 User-Agent: KMail/1.6 References: <200404221758.i3MHwdGZ032309@green.homeunix.org> In-Reply-To: <200404221758.i3MHwdGZ032309@green.homeunix.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_vGBiA+QNj9XLnwo"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404221140.47242.Peter_Losher@isc.org> cc: current@freebsd.org Subject: Re: sleep mutex panic on 5.2.1-RELEASE 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: Thu, 22 Apr 2004 18:40:48 -0000 --Boundary-02=_vGBiA+QNj9XLnwo Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 22 April 2004 10:58, Brian Fundakowski Feldman wrote: > Chances are this bug does not exist anymore. Robert Watson rewrote a > large amount of the pipe code to improve its locking and security, and > I hammered out some left-over bugs that showed up with SMP testing.=20 > Please try either upgrading to -CURRENT or, if you are not using MAC, > these two diffs might be all you need: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/pipe.h.diff?r1=3D1.25& >r2=3D1.26 > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/sys_pipe.c.diff?r1=3D >1.170&r2=3D1.158 Thanks for the pointers (I'd rather stay in the release branch if I can),=20 the patches applied cleanly, but it has a issue when compiling it in.=20 =2D=3D- cc -c -O -pipe -mcpu=3Dpentiumpro -Wall -Wredundant-decls -Wnested-externs= =20 =2DWstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 =2DWcast-qual -fformat-extensions -std=3Dc99 -g -nostdinc -I- -I.=20 =2DI/usr/src/sys -I/usr/src/sys/contrib/dev/acpica=20 =2DI/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath=20 =2DI/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm=20 =2DD_KERNEL -include opt_global.h -fno-common -finline-limit=3D15000=20 =2Dfno-strict-aliasing -mno-align-long-strings=20 =2Dmpreferred-stack-boundary=3D2 -ffreestanding=20 =2DWerror /usr/src/sys/kern/sys_pipe.c /usr/src/sys/kern/sys_pipe.c: In function `pipe': /usr/src/sys/kern/sys_pipe.c:364: warning: implicit declaration of=20 function `fdunused' *** Error code 1 =2D=3D- Is there something else I might be missing here? Thanks again - Peter =2D-=20 Peter_Losher@isc.org | ISC | OpenPGP Key E8048D08 | "The bits must flow" --Boundary-02=_vGBiA+QNj9XLnwo Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAiBGvPtVx9OgEjQgRAhURAJ0YRjigdHTovCR5BHF6UecqdIDwSwCffMGl 2XfbqnorNpBYOR6aynnvZlk= =C7xz -----END PGP SIGNATURE----- --Boundary-02=_vGBiA+QNj9XLnwo--