|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] bug: slab corruption (net backend?)
> One thing to check is what the underlying pfn and/or mfn is for the
> relevant slabs(s) which could point to an allocation issue.
Looks like xen allocates via kmem_cache_alloc() and releases via
kfree(), which is illegal according to a comment in mm/slab.c
Seems to work nevertheless, but maybe it's pure luck and we'll
hit a bug sooner or later. I'll try fix this and see if the
problem goes away then ...
Gerd
--
panic("it works"); /* avoid being flooded with debug messages */
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|