|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [PATCH] free initmem and add __init and __initdata.
On Tue, May 22, 2007 at 01:12:57PM -0600, Alex Williamson wrote:
> I'll put the __init/__initdata declarations in, but leave the actual
> freeing disabled until we can track this down. Thanks,
I figured out what's going on. un/pickle_domain() were broken
because __init_begin < __init_end < _end <= xen_heap_start.
Thus page owner check failed and panic.
When I tested the first patch, I was able to boot domU.
It was because my local patches for debug were applied so that
xen heap was used more than xen-ia64-unstable.hg.
It happened that struct domain* > xen_heap_start luckily.
I was able to reporduce the panic by removing my local patches.
thanks
--
yamahata
15115_125b0a093632_ia64_free_initmem.patch
Description: Text Data
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|