Hi Linus, The following changes since commit 4d6c671ace569d4b0d3f8d92ab3aef18a5d166bc:
SUNRPC: Take the transport send lock before binding+connecting (2019-03-10 14:08:19 -0400) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-2 for you to fetch changes up to 5e3863fd597eba8c6679de805681631b1aad9bdb: SUNRPC: Remove redundant check for the reply length in call_decode() (2019-03-15 13:11:36 -0400) Cheers Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 5.1 Highlights include: Bugfixes: - Fix an Oops in SUNRPC back channel tracepoints - Fix a SUNRPC client regression when handling oversized replies - Fix the minimal size for SUNRPC reply buffer allocation - rpc_decode_header() must always return a non-zero value on error - Fix a typo in pnfs_update_layout() Cleanups: - Remove redundant check for the reply length in call_decode() ---------------------------------------------------------------- Olga Kornievskaia (1): fix null pointer deref in tracepoints in back channel Trond Myklebust (7): pNFS: Fix a typo in pnfs_update_layout SUNRPC: Fix a client regression when handling oversized replies SUNRPC: Fix the minimal size for reply buffer allocation SUNRPC: Use the ENOTCONN error on socket disconnect SUNRPC: rpc_decode_header() must always return a non-zero value on error SUNRPC: Handle the SYSTEM_ERR rpc error SUNRPC: Remove redundant check for the reply length in call_decode() fs/nfs/pnfs.c | 2 +- include/trace/events/sunrpc.h | 6 ++++-- net/sunrpc/clnt.c | 32 ++++++++++++++------------------ net/sunrpc/xprt.c | 2 +- net/sunrpc/xprtsock.c | 2 +- 5 files changed, 21 insertions(+), 23 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.mykleb...@hammerspace.com