Linus Torvalds
1ed2d76e02
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
...
Pull kern_recvmsg reduction from Al Viro:
"kernel_recvmsg() is a set_fs()-using wrapper for sock_recvmsg(). In
all but one case that is not needed - use of ITER_KVEC for ->msg_iter
takes care of the data and does not care about set_fs(). The only
exception is svc_udp_recvfrom() where we want cmsg to be store into
kernel object; everything else can just use sock_recvmsg() and be done
with that.
A followup converting svc_udp_recvfrom() away from set_fs() (and
killing kernel_recvmsg() off) is *NOT* in here - I'd like to hear what
netdev folks think of the approach proposed in that followup)"
* 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
tipc: switch to sock_recvmsg()
smc: switch to sock_recvmsg()
ipvs: switch to sock_recvmsg()
mISDN: switch to sock_recvmsg()
drbd: switch to sock_recvmsg()
lustre lnet_sock_read(): switch to sock_recvmsg()
cfs2: switch to sock_recvmsg()
ncpfs: switch to sock_recvmsg()
dlm: switch to sock_recvmsg()
svc_recvfrom(): switch to sock_recvmsg()
2018-01-30 18:59:03 -08:00
..
2017-11-08 14:22:50 +09:00
2017-12-02 20:38:08 -05:00
2017-09-08 18:55:52 +02:00
2017-07-31 19:01:40 +02:00
2017-11-02 11:10:55 +01:00
2017-04-26 09:30:22 +02:00
2017-06-19 19:13:21 +02:00
2017-07-24 13:24:46 +02:00
2017-11-28 16:00:27 -08:00
2017-04-26 09:30:22 +02:00
2017-11-21 15:57:07 -08:00
2017-09-04 13:25:19 +02:00
2017-04-19 17:55:17 +02:00
2017-11-20 12:03:41 +01:00
2017-06-19 19:13:21 +02:00
2017-07-31 19:09:38 +02:00
2017-04-19 17:55:17 +02:00
2017-08-24 18:52:32 +02:00
2017-04-26 09:30:22 +02:00
2017-04-19 17:55:16 +02:00
2017-12-13 14:12:20 -05:00
2017-07-24 13:24:46 +02:00
2017-10-24 18:01:49 +02:00
2017-10-24 18:01:49 +02:00
2017-10-24 18:01:49 +02:00
2017-10-24 18:01:49 +02:00
2017-11-20 13:30:24 +01:00
2017-10-24 18:01:49 +02:00
2017-11-06 16:48:39 +01:00
2017-04-19 17:55:17 +02:00
2017-04-26 09:30:22 +02:00
2017-07-24 13:24:46 +02:00
2013-01-18 00:28:18 +01:00
2017-09-04 13:25:19 +02:00
2017-04-19 17:55:17 +02:00
2017-04-26 09:30:22 +02:00
2017-04-26 09:30:22 +02:00
2017-05-29 11:32:36 +02:00
2017-11-02 11:10:55 +01:00
2016-12-04 20:45:33 +01:00
2016-12-04 20:45:33 +01:00
2017-05-01 11:19:07 +02:00
2017-04-06 22:01:38 +02:00
2017-10-24 17:54:47 +02:00
2017-10-31 15:30:37 +01:00
2017-04-06 22:01:38 +02:00
2017-10-31 15:30:37 +01:00
2014-06-30 11:38:03 +02:00
2016-12-04 20:45:30 +01:00
2017-07-01 09:08:41 -07:00
2015-08-17 21:33:06 -07:00
2017-01-03 14:33:25 +01:00
2012-08-30 03:00:14 +02:00
2017-09-04 13:25:19 +02:00
2014-10-14 02:18:24 +02:00
2013-02-19 02:48:05 +01:00
2017-08-28 17:44:00 +02:00
2017-11-02 11:10:55 +01:00
2017-05-17 16:06:01 -04:00
2017-12-26 17:16:47 +01:00
2017-08-02 14:25:59 +02:00
2016-09-12 19:54:45 +02:00
2017-04-06 18:32:04 +02:00
2017-07-31 20:41:57 +02:00
2017-06-19 19:38:24 +02:00
2017-12-04 11:30:09 +01:00
2017-08-24 18:52:33 +02:00
2017-12-13 14:12:20 -05:00
2017-11-20 12:03:41 +01:00
2017-07-17 13:27:46 +02:00
2017-05-15 12:51:41 +02:00
2016-11-09 23:42:23 +01:00
2017-05-15 12:51:41 +02:00
2017-07-19 11:53:30 +02:00
2017-09-04 13:25:09 +02:00
2017-11-06 16:48:39 +01:00
2016-01-03 21:04:23 +01:00
2017-05-03 10:11:26 -04:00
2017-12-11 13:46:04 +01:00
2016-11-03 11:52:34 +01:00
2017-07-31 19:01:40 +02:00
2017-03-13 13:45:36 +01:00
2016-12-06 21:48:22 +01:00
2017-05-01 10:47:53 -04:00
2017-05-15 12:51:41 +02:00
2017-09-04 13:25:16 +02:00
2017-01-24 21:46:29 +01:00
2017-03-06 18:23:23 +01:00
2017-03-06 18:22:12 +01:00
2017-04-07 18:24:47 +02:00
2017-03-23 16:41:27 -07:00
2017-04-07 18:24:47 +02:00
2017-09-04 13:25:09 +02:00
2017-08-28 17:42:56 +02:00
2017-04-07 18:24:47 +02:00
2017-09-04 13:25:09 +02:00
2017-05-15 12:51:41 +02:00
2017-03-06 18:22:12 +01:00
2017-03-06 18:22:12 +01:00
2017-03-06 18:22:12 +01:00
2017-08-28 18:14:30 +02:00
2017-11-07 01:00:31 +01:00
2017-11-08 14:22:50 +09:00
2017-11-07 01:00:31 +01:00
2017-11-20 12:03:41 +01:00
2017-07-24 13:24:46 +02:00
2017-05-02 10:16:04 -04:00
2018-01-06 17:13:21 -08:00
2017-01-09 17:24:55 +01:00
2017-04-15 11:51:33 +02:00
2016-12-04 21:16:50 +01:00
2017-04-15 11:51:33 +02:00
2017-11-06 14:47:30 +01:00
2017-04-15 11:51:33 +02:00
2016-12-04 21:16:50 +01:00
2017-04-15 11:47:57 +02:00
2017-08-24 18:52:33 +02:00
2016-11-03 10:56:21 +01:00
2016-11-03 10:56:21 +01:00
2014-11-13 12:14:42 +01:00
2011-12-27 20:45:25 +01:00
2017-09-08 18:55:53 +02:00
2016-12-04 21:16:50 +01:00
2017-04-15 11:51:33 +02:00
2017-11-21 15:57:07 -08:00
2016-10-17 17:38:19 +02:00
2017-04-15 11:51:33 +02:00
2014-01-09 21:36:39 +01:00
2017-11-21 15:57:07 -08:00
2017-03-13 19:30:31 +01:00
2016-11-03 10:56:21 +01:00
2012-05-09 20:49:18 -04:00
2015-05-14 13:00:27 +02:00
2016-12-06 21:48:20 +01:00
2017-09-04 13:25:19 +02:00
2017-09-04 13:25:19 +02:00
2016-11-03 10:56:21 +01:00
2016-11-03 10:56:21 +01:00
2016-11-03 10:56:21 +01:00
2017-12-06 09:01:18 +01:00
2017-03-02 08:42:31 +01:00
2016-08-12 00:42:14 +02:00
2017-01-18 20:32:43 +01:00
2016-11-03 10:56:21 +01:00
2017-01-09 17:24:55 +01:00
2017-01-09 17:24:55 +01:00
2017-01-09 17:24:55 +01:00
2017-07-25 12:31:37 -07:00
2016-12-04 21:16:51 +01:00
2017-11-02 11:10:55 +01:00
2017-07-01 09:08:41 -07:00
2016-11-10 13:28:42 +01:00
2017-09-26 20:04:34 +02:00
2017-04-15 11:47:57 +02:00
2014-01-14 15:15:25 -08:00
2017-01-09 17:24:55 +01:00
2017-07-24 13:24:46 +02:00
2015-08-17 21:33:06 -07:00
2016-07-03 10:55:07 +02:00
2017-01-09 17:24:55 +01:00
2016-12-25 17:21:22 +01:00
2017-09-03 17:08:42 -07:00
2016-06-23 13:26:49 +02:00