[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 4 RFC] xen, pod: Check zero-check pages returned by the balloon driver
On Thu, Jun 14, Tim Deegan wrote: > At 12:54 +0100 on 08 Jun (1339160092), George Dunlap wrote: > > + else if( p2m_is_ram(t) ) > > + { > > + if ( steal_for_cache ) > > + { > > + struct page_info *page; > > + > > + ASSERT(mfn_valid(mfn)); > > I think this assertion is broken by the paging code, which adds > paged-out pages to the RAM types. One fix is to undo that change and > have p2m_is_ram() only be true for present pages, but I think for 4.2 it > would be less disruptive to test here for the paged-out and paging > types. I assume the posted hunk is in PoD code, for 4.2 it should be fine because paging cant be enabled if PoD is already enabled. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |