2017-06-01 20:31:32

by J. Bruce Fields

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

Please pull a couple nfsd bugfixes from:

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

Revert patch accidentally included in the merge window pull request, and
fix a crash that was likely a result of buggy client behavior.

--b.

J. Bruce Fields (2):
nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"
nfsd4: fix null dereference on replay

fs/nfsd/nfs3xdr.c | 23 ++++++-----------------
fs/nfsd/nfs4proc.c | 13 ++++++-------
fs/nfsd/nfsxdr.c | 13 +++----------
include/linux/sunrpc/svc.h | 3 ++-
4 files changed, 17 insertions(+), 35 deletions(-)