Thread (71 messages) 71 messages, 20 authors, 2020-04-16

Re: [PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram

From: Christoph Hellwig <hch@lst.de>
Date: 2020-04-08 15:40:41
Also in: bpf, linux-arch, linux-arm-kernel, linux-hyperv, linux-iommu, linux-mm, linux-s390, lkml

On Wed, Apr 08, 2020 at 08:48:33PM +0800, Hillf Danton wrote:
quoted
-	void *addr = vm_map_ram(pages, num, -1, pgprot);
+	void *addr = vmap(pages, num, VM_MAP);
A merge glitch?

void *vmap(struct page **pages, unsigned int count,
	   unsigned long flags, pgprot_t prot)
Yes, thanks for the headsup, you were as fast as the build bot :)

Fixed now.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help