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(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx