2015-03-03 22:29:15

by J. Bruce Fields

[permalink] [raw]
Subject: nfsd fixes for 4.0

Please pull nfsd changes for 4.0 from:

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

Three miscellaneous bugfixes, most importantly the clp->cl_revoked bug,
which we've seen several reports of people hitting.

--b.

----------------------------------------------------------------
Andrew Elble (1):
nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd

Dan Carpenter (1):
sunrpc: integer underflow in rsc_parse()

David Ramos (1):
svcrpc: fix memory leak in gssp_accept_sec_context_upcall

fs/nfsd/nfs4state.c | 2 +-
net/sunrpc/auth_gss/gss_rpc_upcall.c | 2 ++
net/sunrpc/auth_gss/svcauth_gss.c | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)