mbox series

[GIT,PULL] Please pull NFS client bugfixes for 5.1

Message ID 3a30ab7dd854db06aca0a5f70b66e54cb9415c6e.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client bugfixes for 5.1 | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-2

Message

Trond Myklebust March 16, 2019, 6:33 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 16, 2019, 9:25 p.m. UTC | #1
The pull request you sent on Sat, 16 Mar 2019 18:33:33 +0000:

> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/465c209db83e2cdaeb4a52f4e107a9fc636704db

Thank you!