mbox series

[GIT,PULL] Please pull NFS Client Bugfixes for Linux 5.4-rc6

Message ID 2c39701ab77496cb78b4955aad532a2f18427465.camel@netapp.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS Client Bugfixes for Linux 5.4-rc6 | expand

Pull-request

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

Message

Schumaker, Anna Nov. 1, 2019, 8:53 p.m. UTC
Hi Linus,

The following changes since commit 9e5eefba3d098d66defa1ce59a34a41a96f49771:

  Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2019-10-28
12:47:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 79cc55422ce99be5964bde208ba8557174720893:

  NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() (2019-11-01 11:03:56 -0400)

----------------------------------------------------------------
This patch set contains two delegation fixes (with the RCU lock leak fix marked
for stable), and three patches to fix destroying the the sunrpc back channel.

Thanks,
Anna

----------------------------------------------------------------

Trond Myklebust (5):
      SUNRPC: The TCP back channel mustn't disappear while requests are outstanding
      SUNRPC: The RDMA back channel mustn't disappear while requests are outstanding
      SUNRPC: Destroy the back channel when we destroy the host transport
      NFSv4: Don't allow a cached open with a revoked delegation
      NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()

 fs/nfs/delegation.c               | 12 +++++++++++-
 fs/nfs/delegation.h               |  1 +
 fs/nfs/nfs4proc.c                 |  7 ++-----
 include/linux/sunrpc/bc_xprt.h    |  5 +++++
 net/sunrpc/backchannel_rqst.c     |  7 ++++---
 net/sunrpc/xprt.c                 |  5 +++++
 net/sunrpc/xprtrdma/backchannel.c |  2 ++
 7 files changed, 30 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2019, 1:10 a.m. UTC | #1
The pull request you sent on Fri, 1 Nov 2019 20:53:30 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/372bf6c1c8f9712e7765acad568a6d7ed4e8d6c0

Thank you!