From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 16:03:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D55A106566C; Fri, 4 Nov 2011 16:03:44 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9128FC0A; Fri, 4 Nov 2011 16:03:43 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id pA4G3d9Y070748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 4 Nov 2011 18:03:40 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id pA4G3dA4044505; Fri, 4 Nov 2011 18:03:39 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id pA4G3ds3044504; Fri, 4 Nov 2011 18:03:39 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 4 Nov 2011 18:03:39 +0200 From: Kostik Belousov To: Alan Cox Message-ID: <20111104160339.GM50300@deviant.kiev.zoral.com.ua> References: <4EB11C32.80106@FreeBSD.org> <4EB22938.4050803@rice.edu> <20111103132437.GV50300@deviant.kiev.zoral.com.ua> <4EB2D48E.1030102@rice.edu> <20111104100828.GG50300@deviant.kiev.zoral.com.ua> <4EB40015.5040100@rice.edu> <20111104153004.GK50300@deviant.kiev.zoral.com.ua> <4EB4095D.3030303@rice.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="02fnLrunYGada9IV" Content-Disposition: inline In-Reply-To: <4EB4095D.3030303@rice.edu> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: "K. Macy" , freebsd-current@freebsd.org, Penta Upa , Andriy Gapon , Benjamin Kaduk Subject: Re: panic at vm_page_wire with FreeBSD 9.0 Beta 3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Nov 2011 16:03:44 -0000 --02fnLrunYGada9IV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 04, 2011 at 10:48:45AM -0500, Alan Cox wrote: > On 11/04/2011 10:30, Kostik Belousov wrote: > > for (b =3D i =3D 0; i<=3D PAGE_SIZE / DEV_BSIZE; ++i) { > > if (i =3D=3D (PAGE_SIZE / DEV_BSIZE) || > >- (m->valid& (1<< i)) > >+ (m->valid& ((vm_page_bits_t)1<< i)) > > ) { > > if (i> b) { > > pmap_zero_page_area(m, >=20 > While we're here, we might as well fix the old style bug above by moving= =20 > the ") {" to the proper place. Fixed, this does not warrant the universe restart. --02fnLrunYGada9IV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk60DNoACgkQC3+MBN1Mb4jG7gCeKZ8HB+fEhV0PhE5dRhQEbdkD V3gAniUzbhG3Zj6LW5CPP6uOotJicbgx =nGBY -----END PGP SIGNATURE----- --02fnLrunYGada9IV--