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_ani...@epam.com>

--
Sincerely,
Andrii Anisov.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to