]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 03:21:14 +0000 (19:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 03:21:14 +0000 (19:21 -0800)
commita500178fccf460dd4d22354770ac56592fc264cd
tree9d0299f385da06f082fad6d206cc1351ee0de7f4
parentc5fbf0396a4409ff5bb5ee2dd2b81b8890ab1c39
parent1a374e0f4a42150d1b4133240f0cfec3d07699f4
Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vmci iov_iter updates from Al Viro:
 "Get rid of "is it an iovec or an entire array?" flags in vmxi - just
  use iov_iter. Simplifies the living hell out of that code..."

* 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  vmci: the same on the send side...
  vmci: simplify qp_dequeue_locked()
  vmci: get rid of qp_memcpy_from_queue()
  vmci: fix buf_size in case of iovec-based accesses