[GIT PULL] more NFSD fixes for 6.7-rc

From: Chuck Lever III
Date: Tue Dec 19 2023 - 15:41:34 EST


The following changes since commit bf51c52a1f3c238d72c64e14d5e7702d3a245b82:

NFSD: Fix checksum mismatches in the duplicate reply cache (2023-11-17 15:13:01 -0500)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.7-2

for you to fetch changes up to bd018b98ba84ca0c80abac1ef23ce726a809e58c:

SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806 (2023-12-18 17:10:52 -0500)

----------------------------------------------------------------
nfsd-6.7 fixes:
- Address a few recently-introduced issues

----------------------------------------------------------------
Chuck Lever (3):
NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500d
NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0
SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806

NeilBrown (2):
nfsd: call nfsd_last_thread() before final nfsd_put()
nfsd: hold nfsd_mutex across entire netlink operation

fs/nfsd/nfs4callback.c | 97 +---------------------------------------------------------------------------------------------
fs/nfsd/nfs4state.c | 116 ++++++++++++-----------------------------------------------------------------------------------------------------
fs/nfsd/nfs4xdr.c | 7 ++-----
fs/nfsd/nfsctl.c | 18 ++++++++++--------
fs/nfsd/nfsd.h | 1 +
fs/nfsd/nfssvc.c | 2 +-
fs/nfsd/state.h | 25 +------------------------
fs/nfsd/xdr4cb.h | 18 ------------------
net/sunrpc/svc_xprt.c | 5 ++---
9 files changed, 30 insertions(+), 259 deletions(-)

--
Chuck Lever