lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Sat, 4 Mar 2017 02:27:43 +0000
From:   Al Viro <viro@...IV.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs.git final bits and pieces

	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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ