[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3 of 7] Rework locking in the PoD layer
On Thu, Feb 9, 2012 at 2:45 PM, Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> wrote: >> On Thu, Feb 9, 2012 at 5:45 AM, Andres Lagar-Cavilla >> <andres@xxxxxxxxxxxxxxxx> wrote: >>> @@ -114,15 +114,20 @@ p2m_pod_cache_add(struct p2m_domain *p2m >>> unmap_domain_page(b); >>> } >>> >>> + /* First, take all pages off the domain list */ >>> lock_page_alloc(p2m); >>> - >>> - /* First, take all pages off the domain list */ >>> for(i=0; i < 1 << order ; i++) >>> { >>> p = page + i; >>> page_list_del(p, &d->page_list); >>> } >>> >>> + /* Ensure that the PoD cache has never been emptied. >>> + * This may cause "zombie domains" since the page will never be >>> freed. */ >>> + BUG_ON( d->arch.relmem != RELMEM_not_started ); >>> + >>> + unlock_page_alloc(p2m); >>> + >> >> I thought we were going to get rid of this BUG_ON? :-) >> >> Other than that, assuming that you've tested it and it works: > > Well, I've tested it for months. Does it work? Can that ever be fully > answered? ;) As long as "tested it for months" includes booting in PoD mode (memory < maxmem) on a regular basis, I'm happy. :-) -George _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |