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

[Xen-devel] Xen booting error

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Xen booting error
From: Asim <linkasim@xxxxxxxxx>
Date: Thu, 26 Jun 2008 16:23:46 -0500
Delivery-date: Thu, 26 Jun 2008 14:24:17 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=AMgocdv0Jj1X7wRHnEW/mJZ6qAPVeus/fQvY55icB1k=; b=xqup11HicUy6+DeLtHRDIv1mkq9e8lZRCDQatKYQR9XvCx82dSgYFIAzsKVfqVDEIj 1SLKXSBNpeZlyDi770ON0AwbewwTWsSis8TNTz82gg4HsjJdojhCNlrZHksCNIpigl4m sULaAVoRzPhpAUmKQp46iTtleSM/EtOaYNQUI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=lOR1iy4Ljla1vJzZv1q1O/5CjnV+41f7X9cSK0M80CDMMznACcgbHgUoGUbxhTU1DI +MNKhSQZvskLzYjX5CldNPEgiZuMomqsTY1gvXGwi5DaAEvi7ruh1mdV0jXIi2SvHa+d +zng2TwyFF1gMbl/6A3TtKZWfkHDNoYuXglhk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

 I'm trying to boot my domU kernel and I get the error as shown below: I
 made some changes to the kernel and added my module for a particular
 driver only. Any idea where this error is creeping in from? I also
added some changes to standard structures(task structure). If there is
any offset calculation etc. that Xen does then it may be one of the
reasons for failure. Kindly help.

 Thanks,
 Asim

 Memory: 500024k/520192k available (2204k kernel code, 11880k reserved,
 757k data, 200k init, 0k highmem)
 Checking if this processor honours the WP bit even in supervisor
 mode... <1>BUG: unable to handle kernel paging request at virtual
 address f5505000
  printing eip:
 c03faa87
 006a6000 -> *pde = 00000000:3d0f1001
 006a7000 -> *pme = 00000000:209a2067
 000fa000 -> *pte = 80000000:22827025
 Oops: 0003 [#1]
 SMP
 Modules linked in:
 CPU:    0
 EIP:    0025:[<c03faa87>]    Not tainted VLI
 EFLAGS: 80000000   (2.6.18.8 #70)
 EIP is at test_wp_bit+0x37/0x90
 eax: 00000001   ebx: 000000c8   ecx: 22827000   edx: f57fe000
 esi: 000002f5   edi: 0000089c   ebp: 00000b9a   esp: c03e7fb4
 ds: 6441   es: e019   ss: e021
 Process swapper (pid: 0, ti=c03e6000 task=c0378b80 task.ti=c03e6000)
 Stack: c03fae1b c033dfc0 0007a138 0007f000 0000089c 00002e68 000002f5 000000c8
       00000000 00000800 c06a3000 00000000 00000000 c03ec94f 00000037 c03ec2f0
       00000000 c0421aa0 00000000
 Call Trace:
  [<c03fae1b>] mem_init+0x32b/0x360

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Xen booting error, Asim <=