Thread (5 messages) 5 messages, 3 authors, 2017-03-01

Re: [PATCH RESEND] drm/via: use get_user_pages_unlocked()

From: Al Viro <viro@ZenIV.linux.org.uk>
Date: 2017-02-28 19:36:57
Also in: dri-devel, lkml

On Tue, Feb 28, 2017 at 10:01:10AM +0100, Daniel Vetter wrote:
quoted
+	ret = get_user_pages_unlocked((unsigned long)xfer->mem_addr,
+			vsg->num_pages, vsg->pages,
+			(vsg->direction == DMA_FROM_DEVICE) ? FOLL_WRITE : 0);
Umm...  Why not
	ret = get_user_pages_fast((unsigned long)xfer->mem_addr,
			vsg->num_pages,
			vsg->direction == DMA_FROM_DEVICE,
			vsg->pages);

IOW, do you really need a warranty that ->mmap_sem will be grabbed and
released?

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help