mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] splice fixups
Date: Mon, 10 Oct 2016 19:54:13 +0100	[thread overview]
Message-ID: <20161010185413.GA19539@ZenIV.linux.org.uk> (raw)

	A couple of fixups for interaction of pipe-backed iov_iter with
O_DIRECT reads + constification of a couple of primitives in uio.h missed
by previous rounds.  Kudos to davej - his fuzzing has caught those bugs.

	One conflict in mm/filemap.c, resolved in an obvious way.

The following changes since commit a949e63992469fed87aef197347960ced31701b8:

  pipe: fix comment in pipe_buf_operations (2016-10-05 18:24:00 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.splice_read

for you to fetch changes up to cd27e455042da85b088bdd3a6e00da1d5b4df9f1:

  [btrfs] fix check_direct_IO() for non-iovec iterators (2016-10-10 13:58:16 -0400)

----------------------------------------------------------------
Al Viro (3):
      fix ITER_PIPE interaction with direct_IO
      constify iov_iter_count() and iter_is_iovec()
      [btrfs] fix check_direct_IO() for non-iovec iterators

 fs/btrfs/inode.c    |  2 +-
 fs/splice.c         | 12 +++---------
 fs/xfs/xfs_file.c   |  2 +-
 include/linux/uio.h |  4 ++--
 mm/filemap.c        |  2 +-
 5 files changed, 8 insertions(+), 14 deletions(-)

                 reply	other threads:[~2016-10-10 18:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161010185413.GA19539@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome