Comment 34 for bug 218126

Revision history for this message
kibe (b-kix) wrote :

Hi,

the Kernel from the proposed-repo (linux-image-2.6.24-17-xen_2.6.24-17.31_i386.deb) is'nt fixing the problem for us.

We got a CentOS 5.1 (x64) with self-compiled XEN3.2 on it as dom0. When I start the domU with 32bit-hardy an the kernel (s.a.)
the following is printed to stdo:

------->
[root@xen02 mnt]# xm create crm.tarent.de -c
Using config file "/etc/xen/crm.tarent.de".
Started domain crm.tarent.de
[ 0.181865] Calibrating delay using timer specific routine.. 4657.60 BogoMIPS (lpj=9315207)
[ 0.181907] Security Framework initialized
[ 0.181915] SELinux: Disabled at boot.
[ 0.181922] AppArmor: AppArmor initialized
[ 0.181926] Failure registering capabilities with primary security module.
[ 0.181940] Mount-cache hash table entries: 512
[ 0.182069] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.182075] CPU: L2 cache: 4096K
[ 0.182087] Compat vDSO mapped to f57fe000.
[ 0.182095] Checking 'hlt' instruction... OK.
[ 0.182530] SMP alternatives: switching to UP code
[ 0.183217] Freeing SMP alternatives: 11k freed
[ 0.183297] Early unpacking initramfs... done
[ 0.188102] Brought up 1 CPUs
[ 0.188759] net_namespace: 64 bytes
[ 0.188765] failed to set up cpufreq notifier
[ 0.205887] Time: 165:165:165 Date: 165/165/65
[ 0.205916] NET: Registered protocol family 16
[ 0.207224] Brought up 1 CPUs
[ 0.207241] PCI: Fatal: No config space access function found
[ 0.207244] PCI: setting up Xen PCI frontend stub
[ 0.207758] ACPI: Interpreter disabled.
[ 0.207764] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.207791] pnp: PnP ACPI: disabled
[ 0.208037] xen_mem: Initialising balloon driver.
[ 0.209708] Setting mem allocation to 262144 kiB
[ 0.209964] PCI: System does not support PCI
[ 0.209967] PCI: System does not support PCI
[ 0.219894] NET: Registered protocol family 8
[ 0.219899] NET: Registered protocol family 20
[ 0.219997] AppArmor: AppArmor Filesystem Enabled
[ 0.220349] NET: Registered protocol family 2
[ 0.223832] Time: xen clocksource has been installed.
[ 0.247863] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.248046] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.248099] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.248150] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.248153] TCP reno registered
[ 0.259932] checking if image is initramfs... it is
[ 0.267054] Freeing initrd memory: 5348k freed
[ 0.267463] audit: initializing netlink socket (disabled)
[ 0.267475] audit(1210161485.575:1): initialized
[ 0.267591] VFS: Disk quotas dquot_6.5.1
[ 0.267608] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.267679] io scheduler noop registered
[ 0.267681] io scheduler anticipatory registered
[ 0.267683] io scheduler deadline registered
[ 0.267690] io scheduler cfq registered (default)
[ 0.267917] Xen virtual console successfully installed as xvc0
[ 0.267949] Event-channel device installed.
[ 0.275120] Successfully initialized TPM backend driver.
[ 0.277397] netfront: Initialising virtual ethernet driver.
[ 0.298948] ------------[ cut here ]------------
[ 0.298955] kernel BUG at /build/buildd/linux-2.6.24/debian/build/custom-source-xen/drivers/xen/netfront/netfront.c:855!
[ 0.298958] invalid opcode: 0000 [#1] SMP
[ 0.298962] Modules linked in:
[ 0.298965]
[ 0.298967] Pid: 18, comm: xenwatch Not tainted (2.6.24-17-xen #1)
[ 0.298970] EIP: 0061:[<c0269cc3>] EFLAGS: 00010002 CPU: 0
[ 0.298977] EIP is at network_alloc_rx_buffers+0x503/0x510
[ 0.298979] EAX: 00000040 EBX: cfc299b4 ECX: 00000041 EDX: 0000003f
[ 0.2[root@xen02 mnt]#
<---------