The following reply was made to PR kern/140313; it has been noted by GNATS.

From: Colin Percival <cperc...@freebsd.org>
To: bug-follo...@freebsd.org, mister.o...@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 <sys/mman.h>
 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
_______________________________________________
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"

Reply via email to