linux-kernel.vger.kernel.org archive mirror
 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] vfs.git final bits and pieces
Date: Sat, 4 Mar 2017 02:27:43 +0000	[thread overview]
Message-ID: <20170304022743.GF29622@ZenIV.linux.org.uk> (raw)

	A few unrelated patches that got beating in -next.  Everything else
will have to go into the next window ;-/

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

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

for you to fetch changes up to eec11535ca3d3e2daa2c8f59fa8ce1963db98abd:

  hfs: fix hfs_readdir() (2017-02-18 22:11:15 -0500)

----------------------------------------------------------------
Al Viro (2):
      9p: constify ->d_name handling
      selftest for default_file_splice_read() infoleak

Dan Carpenter (1):
      hfs: fix hfs_readdir()

 fs/9p/fid.c                                          | 10 +++++-----
 fs/9p/vfs_inode.c                                    | 10 +++++-----
 fs/9p/vfs_inode_dotl.c                               | 20 ++++++++++----------
 fs/hfs/dir.c                                         |  2 +-
 include/net/9p/9p.h                                  |  8 ++++----
 include/net/9p/client.h                              | 18 +++++++++---------
 net/9p/client.c                                      | 18 +++++++++---------
 tools/testing/selftests/Makefile                     |  1 +
 tools/testing/selftests/splice/Makefile              |  8 ++++++++
 .../selftests/splice/default_file_splice_read.c      |  8 ++++++++
 .../selftests/splice/default_file_splice_read.sh     |  7 +++++++
 11 files changed, 67 insertions(+), 43 deletions(-)
 create mode 100644 tools/testing/selftests/splice/Makefile
 create mode 100644 tools/testing/selftests/splice/default_file_splice_read.c
 create mode 100755 tools/testing/selftests/splice/default_file_splice_read.sh

                 reply	other threads:[~2017-03-04  3:02 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=20170304022743.GF29622@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;
as well as URLs for NNTP newsgroup(s).