git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f78bdf
)
process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 5 Feb 2014 17:14:11 +0000
(12:14 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:27 +0000
(23:19 -0400)
... rather than open-coding those. As a side benefit, we get much saner
loop calling those; we can just feed entire pages, instead of the "copy
would span the iovec boundary, let's do it in two loop iterations" mess.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found