mbox series

[GIT,PULL] Please pull NFS client bugfixes for Linux 5.9

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

Pull-request

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

Message

Trond Myklebust Sept. 9, 2020, 5:52 p.m. UTC
Hi Linus,

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8c6b6c793ed32b8f9770ebcdf1ba99af423c303b:

  SUNRPC: stop printk reading past end of string (2020-09-05 10:39:41 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 5.9

Highlights include:

Bugfixes:
- Fix an NFS/RDMA resource leak
- Fix the error handling during delegation recall
- NFSv4.0 needs to return the delegation on a zero-stateid SETATTR
- Stop printk reading past end of string

----------------------------------------------------------------
Chuck Lever (2):
      xprtrdma: Release in-flight MRs on disconnect
      NFS: Zero-stateid SETATTR should first return delegation

J. Bruce Fields (1):
      SUNRPC: stop printk reading past end of string

Olga Kornievskaia (1):
      NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recall

Trond Myklebust (1):
      Merge tag 'nfs-rdma-for-5.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs

 fs/nfs/nfs4proc.c           | 11 +++++++++--
 net/sunrpc/rpcb_clnt.c      |  4 ++--
 net/sunrpc/xprtrdma/verbs.c |  2 ++
 3 files changed, 13 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 10, 2020, 12:27 a.m. UTC | #1
The pull request you sent on Wed, 9 Sep 2020 17:52:01 +0000:

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

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

Thank you!