• Linus Torvalds's avatar
    Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs · 75f4d9af
    Linus Torvalds authored
    Pull iov_iter updates from Al Viro:
     "iov_iter work; most of that is about getting rid of direction
      misannotations and (hopefully) preventing more of the same for the
      future"
    
    * tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
      use less confusing names for iov_iter direction initializers
      iov_iter: saner checks for attempt to copy to/from iterator
      [xen] fix "direction" argument of iov_iter_kvec()
      [vhost] fix 'direction' argument of iov_iter_{init,bvec}()
      [target] fix iov_iter_bvec() "direction" argument
      [s390] memcpy_real(): WRITE is "data source", not destination...
      [s390] zcore: WRITE is "data source", not destination...
      [infiniband] READ is "data destination", not source...
      [fsi] WRITE is "data source", not destination...
      [s390] copy_oldmem_kernel() - WRITE is "data source", not destination
      csum_and_copy_to_iter(): handle ITER_DISCARD
      get rid of unlikely() on page_copy_sane() calls
    75f4d9af
zcore.c 7.95 KB