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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 1 Nov 2015 20:21:01 -0500
From:	Jeff Layton <jlayton@...chiereds.net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
	"J. Bruce Fields" <bfields@...ldses.org>,
	Benjamin Coddington <bcodding@...hat.com>,
	Dmitry Vyukov <dvyukov@...gle.com>
Subject: [GIT PULL] please pull file-locking related changes for v4.3

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

  git://git.samba.org/jlayton/linux.git tags/locks-v4.3-1

for you to fetch changes up to 616fb38fa7a9599293e05ae1fa9acfaf73922434:

  locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait (2015-10-22 14:57:42 -0400)

----------------------------------------------------------------
File locking related changes for v4.3 (pile #1)

The largest series of changes is from Ben who offered up a set to add a
new helper function for setting locks based on the type set in fl_flags.
Dmitry also send in a fix for a potential race that he found with KTSAN.

----------------------------------------------------------------
Benjamin Coddington (4):
      locks: Use more file_inode and fix a comment
      locks: introduce locks_lock_inode_wait()
      Move locks API users to locks_lock_inode_wait()
      locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait

Dmitry Vyukov (1):
      fs: fix data races on inode->i_flctx

Jeff Layton (1):
      locks: change tracepoint for generic_add_lease

 drivers/staging/lustre/lustre/llite/file.c |   8 +--
 fs/9p/vfs_file.c                           |   4 +-
 fs/ceph/locks.c                            |   4 +-
 fs/cifs/file.c                             |   2 +-
 fs/dlm/plock.c                             |   4 +-
 fs/fuse/file.c                             |   2 +-
 fs/gfs2/file.c                             |   8 +--
 fs/lockd/clntproc.c                        |  13 +---
 fs/locks.c                                 | 106 ++++++++++++++++++-----------
 fs/nfs/file.c                              |  13 +---
 fs/nfs/nfs4proc.c                          |  13 +---
 fs/ocfs2/locks.c                           |   8 +--
 include/linux/fs.h                         |  21 ++----
 include/trace/events/filelock.h            |  38 ++++++++++-
 14 files changed, 127 insertions(+), 117 deletions(-)

-- 
Jeff Layton <jlayton@...chiereds.net>

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists