WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] pv_ops: 2.6.24.3 - no vm86_info: BAD

To: "Christopher S. Aker" <caker@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] pv_ops: 2.6.24.3 - no vm86_info: BAD
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Tue, 25 Mar 2008 11:44:46 +0000
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 25 Mar 2008 04:45:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <47E856ED.60800@xxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <47E856ED.60800@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, 2008-03-24 at 21:35 -0400, Christopher S. Aker wrote:
> Xen 3.2, 64bit
> dom0 = 2.6.16.33 PAE
> domU = 2.6.24.3 pv_ops
> 
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 300k freed
> init[1] general protection eip:0 esp:0 error:0
> no vm86_info: BAD
> Kernel panic - not syncing: Attempted to kill init!
> 
> The domU's distribution is Ubuntu 7.10.  It boots Debian 4.0 just fine, 
> so I'm guessing some libc barf.

If I remember correctly this was due to the generic parts of the kernel
trying to use sysenter because the hypervisor claimed to support it in
32on64 mode (by setting SEP in cpuid). However the Xen kernel side code
wasn't present to support it.

You can try booting with "nosep" on your command line or grabbing the
git changeset d40e705903397445c6861a0a56c23e5b2e8f9b9a (which I thought
had been put forward for the stable kernel but I don't see it there
now).

Lastly you could also try b8228d191b5ff7e37525846d187807d162e30464 from
the x86.git#testing branch which actually implements sysenter support, I
don't know which other changesets that one depends on though.

Ian.



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>