On 1 Dec 2007 at 16:17, René Rhéaume wrote: > I have no problem running Windows and Linux guests inside VirtualBox > on gentoo-sources. UDEREF is not enabled in my kernel config as I read > it does not work with virtualization. I also disabled MPROTECT on the > binary, otherwise PaX simply kills VirtualBox.
UDEREF in the *guest* is unlikely to work, on the host it should be fine (if it isn't then that points at some bug in other kernel code). on the other hand KERNEXEC in the *host* will not work at all unless the hypervisor code (in particular, the so-called 'world switch' routine and some smaller stuff like host GDT manipulation) is properly adapted to KERNEXEC. now with that said, your BUG here doesn't look like one caused by any particular hypervisor code, but something wrong detected in vma mirroring. could you first of all try a newer hardened sources (such as -r2) or even better, just test with the latest PaX test patch alone? i'd also need CONFIG_KALLSYMS to be enabled (or the corresponding System.map at least). -- [EMAIL PROTECTED] mailing list