[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] vunmap: let vunmap align virtual address by itself
Hello Andrew, On 18.07.19 20:16, Andrew Cooper wrote: If you can come up with a suitable piece of text, I can fix up on commit. Following text might have a better reference to the current problem: Currently vunmap() is called from from xen/arch/arm/cpuerrata.c with an address potentially not page aligned. Instead of fixing that in ARM code, we let vunmap() making alignment by itself and stripping other existing vunmap() calls from prior masking. This makes it consistent with how {,un}map_domain_page() currently works. With the main change, also: - replace opencoded PAGE_MASK macro in vm_index() Signed-off-by: Andrii Anisov <andrii_anisov@xxxxxxxx> -- Sincerely, Andrii Anisov. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |