2013-08-02 16:15:09

by J. Bruce Fields

[permalink] [raw]
Subject: nfsd bugfixes for 3.11

Please pull some more nfsd bugfixes for 3.11 from

git://linux-nfs.org/~bfields/linux.git for-3.11

Most of this is due to a screwup on my part--some gss-proxy crashes got
fixed before the merge window but somehow never made it out of a
temporary git repo on my laptop....

--b.

----------------------------------------------------------------
J. Bruce Fields (4):
svcrpc: fix gss_rpc_upcall create error
svcrpc: fix gss-proxy xdr decoding oops
svcrpc: fix kfree oops in gss-proxy code
svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcall

NeilBrown (1):
NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure.

net/sunrpc/auth_gss/gss_rpc_upcall.c | 3 +--
net/sunrpc/auth_gss/gss_rpc_xdr.c | 9 +++++----
net/sunrpc/auth_gss/svcauth_gss.c | 2 +-
net/sunrpc/svcsock.c | 4 +++-
4 files changed, 10 insertions(+), 8 deletions(-)