Isaku Yamahata
2007-Mar-15 07:36 UTC
[Xen-devel] [PATCH] Add two arch hooks to gnttab_release_mappings()
Add two arch hooks to gnttab_release_mappings(). The c/s 8409:b3edbeea3e79 changed gnttab_release_mappings() such that it doesn''t put page/type reference count because it is done implicitly when page table is destructed. It is x86 specific issue and it isn''t the case for ia64 and powerpc. Introduce two arch hook to address it. Notes on powerpc. I checked powerpc code very roughly and wasn''t able to find any code which does page/type reference count operation on grant mapped pages. So I concluded that page is leaked. But I''m not sure. Please correct me if I''m worng. -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Seemingly Similar Threads
- [PATCH] Make XEN_DOMCTL_destroydomain hypercall continuable.
- [PATCH][Linux] gnttab: make dma address conversion logic of gnttab dma arch specific.
- [PATCH] ia64/xen: implement the arch specific part of xencomm.
- [PATCH] ia64/xen: implement the arch specific part of xencomm.
- [PATCH 03/28] ia64/xen: increase IA64_MAX_RSVD_REGIONS.