Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1592387 > unrolled thread

[git pull] vfs.git final bits and pieces

Started byAl Viro <viro@ZenIV.linux.org.uk>
First post2017-03-04 04:10 +0100
Last post2017-03-04 04:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] vfs.git final bits and pieces Al Viro <viro@ZenIV.linux.org.uk> - 2017-03-04 04:10 +0100

#1592387 — [git pull] vfs.git final bits and pieces

FromAl Viro <viro@ZenIV.linux.org.uk>
Date2017-03-04 04:10 +0100
Subject[git pull] vfs.git final bits and pieces
Message-ID<th8eZ-2ju-15@gated-at.bofh.it>
	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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web