Al Viro
6aa248145a
switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
...
For kernel_sendmsg() that eliminates the need to play with setfs();
for kernel_recvmsg() it does *not* - a couple of callers are using
it with non-NULL ->msg_control, which would be treated as userland
address on recvmsg side of things.
In all cases we are really setting a kvec-backed iov_iter, though.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-04-09 00:02:34 -04:00
..
2015-02-14 23:08:44 +01:00
2015-03-20 18:51:09 -04:00
2015-03-02 16:43:41 -05:00
2015-04-02 14:05:00 -04:00
2015-03-03 17:01:37 -05:00
2015-03-03 17:01:37 -05:00
2015-03-05 13:17:39 -05:00
2015-04-02 14:04:59 -04:00
2015-04-04 08:50:20 +03:00
2015-04-04 12:54:27 -04:00
2015-03-20 18:51:09 -04:00
2015-04-01 11:28:22 +02:00
2015-02-19 14:14:42 -08:00
2015-04-06 22:34:15 -04:00
2015-03-06 21:50:02 -05:00
2015-03-23 21:40:48 -04:00
2015-04-06 22:34:15 -04:00
2015-04-06 22:34:15 -04:00
2015-03-03 17:01:38 -05:00
2015-03-01 13:40:23 -05:00
2015-03-14 17:11:31 +01:00
2015-04-09 00:01:38 -04:00
2015-04-06 22:34:15 -04:00
2015-03-02 13:06:31 -05:00
2015-03-09 23:38:02 -04:00
2015-04-02 16:16:53 -04:00
2015-03-31 13:58:35 -04:00
2015-04-06 22:34:15 -04:00
2015-03-02 13:06:31 -05:00
2015-04-02 16:16:53 -04:00
2015-03-27 19:18:50 +01:00
2015-03-12 23:05:04 -04:00
2015-04-04 12:31:38 -04:00
2015-03-31 13:58:35 -04:00
2015-03-25 17:18:33 +01:00
2015-03-02 16:43:41 -05:00
2015-03-02 13:06:31 -05:00
2015-04-02 16:16:53 -04:00
2015-03-23 22:01:28 -04:00
2015-03-02 13:06:31 -05:00
2015-03-20 18:51:09 -04:00
2015-02-04 14:57:45 -08:00
2015-03-02 16:43:41 -05:00
2015-03-20 18:51:09 -04:00
2015-04-01 22:52:29 -04:00
2015-03-25 11:40:16 -04:00
2015-03-31 14:15:08 -04:00
2015-03-23 16:44:56 -04:00
2015-04-02 16:27:12 -04:00
2015-03-02 13:06:31 -05:00
2015-03-02 13:06:31 -05:00
2015-03-31 16:39:04 -04:00
2015-03-02 13:06:31 -05:00
2015-03-31 13:58:35 -04:00
2015-04-09 00:02:26 -04:00
2015-03-04 00:26:06 -05:00
2015-04-09 00:02:34 -04:00