]> git.baikalelectronics.ru Git - kernel.git/commit
fold verify_iovec() into copy_msghdr_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 11 Nov 2014 01:23:13 +0000 (20:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 19 Nov 2014 21:23:49 +0000 (16:23 -0500)
commit2d7c611c737e06025c2ccb133d9198c6e2dcfac5
tree8848933c57ef03c59e52ace937103c91c4e32607
parentd5a95c8c23c5300b0b1a1f7873c854a25da0c860
fold verify_iovec() into copy_msghdr_from_user()

... and do the same on the compat side of things.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/socket.h
include/net/compat.h
net/compat.c
net/core/iovec.c
net/socket.c