From: Al Viro Date: Mon, 10 Nov 2014 03:33:45 +0000 (-0500) Subject: {compat_,}verify_iovec(): switch to generic copying of iovecs X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~159^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0844932009e1656726c6e9c369e694017b129378;p=pandora-kernel.git {compat_,}verify_iovec(): switch to generic copying of iovecs use {compat_,}rw_copy_check_uvector(). As the result, we are guaranteed that all iovecs seen in ->msg_iov by ->sendmsg() and ->recvmsg() will pass access_ok(). Signed-off-by: Al Viro --- Reading git-diff-tree failed