[GIT PULL] Please pull NFS client bugfixes
From: Schumaker, Anna
Date: Wed Jun 05 2019 - 17:06:10 EST
Hi Linus,
The following changes since commit
cd6c84d8f0cdc911df435bb075ba22ce3c605b07:
Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)
are available in the Git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.2-
2
for you to fetch changes up to
ba851a39c9703f09684a541885ed176f8fb7c868:
NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled (2019-05-30
15:51:07 -0400)
----------------------------------------------------------------
These are mostly stable bugfixes found during testing, many during the
recent NFS bake-a-thon.
Stable bugfixes:
- SUNRPC: Fix regression in umount of a secure mount
- SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS
credential
- NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiter
- NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
Other bugfixes:
- xprtrdma: Use struct_size() in kzalloc()
Thanks,
Anna
----------------------------------------------------------------
Gustavo A. R. Silva (1):
xprtrdma: Use struct_size() in kzalloc()
Olga Kornievskaia (1):
SUNRPC fix regression in umount of a secure mount
Trond Myklebust (1):
SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS
credential
Yihao Wu (2):
NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a
waiter
NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
fs/nfs/nfs4proc.c | 32 ++++++++++++--------------------
net/sunrpc/clnt.c | 30 +++++++++++++++---------------
net/sunrpc/xprtrdma/verbs.c | 3 +--
3 files changed, 28 insertions(+), 37 deletions(-)