The patch is pretty straightforward and attached to the message above, but
in case you're having trouble getting it here it is as text;
``` diff --git a/mm/vmalloc.c b/mm/vmalloc.c index
52f50fe7db83..7fbfad571968 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@
-316,7 +316,7 @@ int ioremap_page_range(unsigned long addr, unsigned long
end, { int err; - err = vmap_range_noflush(addr, end, phys_addr,
pgprot_nx(prot), + err = vmap_range_noflush(addr, end, phys_addr, prot,
ioremap_max_page_shift); flush_cache_vmap(addr, end); return err; ```
Good luck!
DAVE
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/c33ce025-503c-4a9e-b17d-c792587adbb8n%40googlegroups.com.