[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
At 15:19 +0200 on 14 Jun (1339687163), Olaf Hering wrote: > 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. Good point. OK, we can ignore it for now and sort it all out after 4.2 Cheers, Tim. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |