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:   Fri, 15 Dec 2017 16:43:49 -0500
From:   Anna Schumaker <Anna.Schumaker@...app.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "Linux NFS Mailing List" <linux-nfs@...r.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for 4.15

Hi Linus,

The following changes since commit eb5b46faa693470681ec7c28cc2436edd1571198:

  SUNRPC: Handle ENETDOWN errors (2017-11-30 11:52:52 -0500)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-4.15-3

for you to fetch changes up to 90d91b0cd371193d9dbfa9beacab8ab9a4cb75e0:

  SUNRPC: Fix a race in the receive code path (2017-12-15 14:31:56 -0500)

----------------------------------------------------------------
This pull request has two stable bugfixes, one to fix a BUG_ON() when nfs_commit_inode() is called with no outstanding commit requests and another to fix a race in the SUNRPC receive codepath.

Additionally, there are also fixes for an NFS client deadlock and an xprtrdma performance regression.

Cheers,
Anna
----------------------------------------------------------------
Chuck Lever (1):
      xprtrdma: Spread reply processing over more CPUs

Scott Mayhew (2):
      nfs: fix a deadlock in nfs client initialization
      nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests

Trond Myklebust (1):
      SUNRPC: Fix a race in the receive code path

 fs/nfs/client.c                 | 11 +++++++++++
 fs/nfs/nfs4client.c             | 17 +++++++++++++----
 fs/nfs/write.c                  |  2 ++
 net/sunrpc/xprt.c               | 28 +++++++++++++++++++---------
 net/sunrpc/xprtrdma/rpc_rdma.c  |  6 +-----
 net/sunrpc/xprtrdma/transport.c |  2 ++
 net/sunrpc/xprtrdma/verbs.c     |  2 +-
 net/sunrpc/xprtrdma/xprt_rdma.h |  1 +
 8 files changed, 50 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ