2019-11-01 21:01:41

by Anna Schumaker

[permalink] [raw]
Subject: [GIT PULL] Please pull NFS Client Bugfixes for Linux 5.4-rc6

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(-)