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-users

Re: [Xen-devel] Re: [Xen-users] Xen-4 PVUSB kernel bug / Xenlinux 2.6.32

To: <mcbeagle@xxxxxx>,<pasik@xxxxxx>
Subject: Re: [Xen-devel] Re: [Xen-users] Xen-4 PVUSB kernel bug / Xenlinux 2.6.32
From: "Jan Beulich" <jbeulich@xxxxxxxxxx>
Date: Wed, 19 May 2010 08:01:41 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 19 May 2010 00:03:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, May 14, 2010 at 09:10:57PM +0200, Peter Klar wrote:
> As the bug seems to be related to the SLAB allocator, the dump says 'kernel 
> BUG at mm/slub.c:2969!', I also recompiled the kernel using the SLAB instead 
> of SLUB allocator, but this does not make any difference, the behaviour is 
> the same (beside the dump then reports a bug within slab.c instead of 
> slub.c).

The corresponding register/stack dump from the SLAB case would
certainly be interesting.

Also, since your kernel may be arbitrarily patched from the original
2.6.32, it would be helpful if you could confirm that the line you get
reported is in fact referring to

        BUG_ON(!PageCompound(page));

in slub.c's kfree().
 
> Do you have any hints regarding this issue, do I perhaps miss some USB 
> related modules or similar?

Missing modules cannot be the issue here, it must be something wrong
within the USB backend that causes this misbehavior.

Is your Dom0 kernel a pv-ops one (not sure if pv USB even exists
there) or a forward port?

Jan


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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] Re: [Xen-users] Xen-4 PVUSB kernel bug / Xenlinux 2.6.32, Jan Beulich <=