mbox series

[GIT,PULL] Please pull NFS client bugfixes

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

Pull-request

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

Message

Trond Myklebust April 13, 2019, 2:56 p.m. UTC
Hi Linus,

The following changes since commit 582549e3fbe137eb6ce9be591aca25c2222a36b4:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2019-04-10 09:39:04 -1000)

are available in the Git repository at:

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

for you to fetch changes up to af6b61d7ef58099c82d854395a0e002be6bd036c:

  Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping" (2019-04-11 15:41:14 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 5.1

Highlights include:

Stable fixes:
- Fix a deadlock in close() due to incorrect draining of RDMA queues

Bugfixes:
- Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
  as it is causing stack overflows
- Fix a regression where NFSv4 getacl and fs_locations stopped working
- Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
- Fix xfstests failures due to incorrect copy_file_range() return values

----------------------------------------------------------------
Chuck Lever (2):
      NFS: Fix handling of reply page vector
      xprtrdma: Fix helper that drains the transport

Olga Kornievskaia (1):
      NFSv4.1 fix incorrect return value in copy_file_range

Tetsuo Handa (1):
      NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.

Trond Myklebust (1):
      Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"

 fs/nfs/nfs42proc.c           |  3 ---
 fs/nfs/nfs4file.c            |  4 +++-
 fs/nfs/nfs4xdr.c             |  4 ++--
 fs/nfs/super.c               |  3 ++-
 include/linux/sunrpc/sched.h |  8 --------
 net/sunrpc/clnt.c            | 45 ++++++++------------------------------------
 net/sunrpc/xprtrdma/verbs.c  |  2 +-
 7 files changed, 16 insertions(+), 53 deletions(-)

Comments

pr-tracker-bot@kernel.org April 13, 2019, 10 p.m. UTC | #1
The pull request you sent on Sat, 13 Apr 2019 14:56:35 +0000:

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

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

Thank you!