2017-01-16 15:42:59

by J. Bruce Fields

[permalink] [raw]
Subject: [GIT PULL] nfsd bugfixes for 4.10

Please pull:

git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.10-1

Miscellaneous nfsd bugfixes, one for a 4.10 regression, three for older
bugs.--b.

J. Bruce Fields (2):
nfsd: fix supported attributes for acl & labels
svcrpc: don't leak contexts on PROC_DESTROY

Scott Mayhew (1):
sunrpc: don't call sleeping functions from the notifier block callbacks

Sriharsha Basavapatna (1):
svcrdma: avoid duplicate dma unmapping during error recovery

fs/nfsd/nfs4xdr.c | 4 +++-
include/linux/sunrpc/svc_xprt.h | 1 +
net/sunrpc/auth_gss/svcauth_gss.c | 2 +-
net/sunrpc/svc_xprt.c | 10 +++++++---
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 2 --
5 files changed, 12 insertions(+), 7 deletions(-)