From owner-freebsd-xen@FreeBSD.ORG Sat Dec 25 10:10:10 2010 Return-Path: Delivered-To: freebsd-xen@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 546A51065675 for ; Sat, 25 Dec 2010 10:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 431CF8FC0C for ; Sat, 25 Dec 2010 10:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBPAAAr8003098 for ; Sat, 25 Dec 2010 10:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBPAAALO003095; Sat, 25 Dec 2010 10:10:10 GMT (envelope-from gnats) Date: Sat, 25 Dec 2010 10:10:10 GMT Message-Id: <201012251010.oBPAAALO003095@freefall.freebsd.org> To: freebsd-xen@FreeBSD.org From: Colin Percival Cc: Subject: Re: kern/140313: [xen] [panic] FreeBSD8 RC2 as PV domU crashes during configure of security/libgcrypt X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Colin Percival List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2010 10:10:10 -0000 The following reply was made to PR kern/140313; it has been noted by GNATS. From: Colin Percival To: bug-followup@FreeBSD.org, mister.olli@googlemail.com Cc: Subject: Re: kern/140313: [xen] [panic] FreeBSD8 RC2 as PV domU crashes during configure of security/libgcrypt Date: Sat, 25 Dec 2010 02:06:45 -0800 Test case: #include int main() { int i; mlock(&i, 4); return (0); } This appears to have been partially fixed by SVN r204160, but pmap_pte_release needs to be updated the same way as pmap_pte. I'll commit this once I've had a chance to test further. -- Colin Percival Security Officer, FreeBSD | freebsd.org | The power to serve Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid