On 04/01/2024 11:27, Dave Marples wrote:
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!

Oh boy, good luck is really what is required here. ;)

Find all Jailhouse-related kernel patches here:
https://github.com/siemens/linux (see jailhouse-enabling branches)
and here:
https://git.kiszka.org/?p=linux.git;a=shortlog;h=refs/heads/queues/jailhouse

  Ralf

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] <mailto:[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 <https://groups.google.com/d/msgid/jailhouse-dev/c33ce025-503c-4a9e-b17d-c792587adbb8n%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
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/6abe410f-8ceb-4af0-b393-10efc03edda3%40oth-regensburg.de.

Reply via email to