|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [PATCH] free initmem and add __init and __initdata.
On Wed, 2007-05-23 at 18:23 +0900, Isaku Yamahata wrote:
> 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.
Seems to work now. Applied. Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|