The following changes since commit 99dc2ef0397d082b63404c01cf841cf80f1418dc: NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY replies (2024-03-27 13:19:47 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.9-2 for you to fetch changes up to 10396f4df8b75ff6ab0aa2cd74296565466f2c8d: nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (2024-04-05 14:05:35 -0400) ---------------------------------------------------------------- nfsd-6.9 fixes: - Address a slow memory leak with RPC-over-TCP - Prevent another NFS4ERR_DELAY loop during CREATE_SESSION ---------------------------------------------------------------- Chuck Lever (1): SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jeff Layton (1): nfsd: hold a lighter-weight client reference over CB_RECALL_ANY fs/nfsd/nfs4state.c | 7 ++----- net/sunrpc/svcsock.c | 10 +--------- 2 files changed, 3 insertions(+), 14 deletions(-) -- Chuck Lever