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>] [day] [month] [year] [list]
Date:   Sat, 3 Jun 2017 23:31:48 +0000
From:   Trond Myklebust <trondmy@...marydata.com>
To:     "torvalds@...ux-foundation.org" <torvalds@...ux-foundation.org>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-nfs@...r.kernel.org" <linux-nfs@...r.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for Linux 4.12

Hi Linus,

The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

  Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.12-2

for you to fetch changes up to 4f253e1eb628f5adf7ca4f43aab4bbb1bfffa081:

  nfs: Mark unnecessarily extern functions as static (2017-06-03 16:06:38 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 4.12

Bugfixes include:

- Fix a typo in commit e092693443b that breaks copy offload
- Fix the connect error propagation in xs_tcp_setup_socket()
- Fix a lock leak in nfs40_walk_client_list
- Verify that pNFS requests lie within the offset range of the layout segment.

----------------------------------------------------------------
Benjamin Coddington (1):
      pnfs: Fix the check for requests in range of layout segment

Dan Carpenter (1):
      pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()

Jan Kara (1):
      nfs: Mark unnecessarily extern functions as static

Markus Elfring (1):
      xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()

NeilBrown (1):
      SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()

Olga Kornievskaia (1):
      NFS fix COMMIT after COPY

Trond Myklebust (1):
      NFSv4.0: Fix a lock leak in nfs40_walk_client_list

 fs/nfs/flexfilelayout/flexfilelayout.c |  1 +
 fs/nfs/internal.h                      |  2 --
 fs/nfs/nfs42proc.c                     |  2 +-
 fs/nfs/nfs4client.c                    |  1 -
 fs/nfs/pnfs.c                          | 25 +++++++++++++++++--------
 fs/nfs/pnfs.h                          | 10 ++++++++++
 fs/nfs/super.c                         |  5 +++--
 net/sunrpc/xprtrdma/backchannel.c      |  6 ++----
 net/sunrpc/xprtsock.c                  |  7 ++++++-
 9 files changed, 40 insertions(+), 19 deletions(-)
-- 
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@...marydata.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ