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-14 16:54:12 -08:00
2018-01-30 13:57:43 -08:00
2017-11-16 09:10:59 -08:00
2017-11-17 20:16:20 -08:00
2018-01-30 13:57:43 -08:00
2017-11-13 01:34:14 +01:00
2018-01-30 13:57:43 -08:00
2017-11-15 13:46:33 -08:00
2018-01-29 11:35:24 -08:00
2018-01-09 14:19:41 +01:00
2018-01-30 13:57:43 -08:00
2017-11-16 09:10:59 -08:00
2017-12-16 02:59:45 +01:00
2017-11-22 21:09:18 -10:00
2017-11-17 20:14:10 -08:00
2017-11-16 16:05:01 -08:00
2017-11-14 16:54:12 -08:00
2017-11-27 16:19:54 -05:00
2018-01-29 16:37:15 -08:00
2017-12-14 21:01:40 +02:00
2017-11-16 09:10:59 -08:00
2017-11-16 09:10:59 -08:00