Hi Linus- The following changes since commit 9b350d3e349f2c4ba4e046001446d533471844a7: NFSD: Clean up nfsd4_encode_replay() (2024-03-09 13:57:50 -0500) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.9-1 for you to fetch changes up to 99dc2ef0397d082b63404c01cf841cf80f1418dc: NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY replies (2024-03-27 13:19:47 -0400) ---------------------------------------------------------------- nfsd-6.9 fixes: - Address three recently introduced regressions ---------------------------------------------------------------- Chuck Lever (2): SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eace NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY replies Jan Kara (1): nfsd: Fix error cleanup path in nfsd_rename() fs/nfsd/nfs4state.c | 36 +++++++++++++++++++++++++----------- fs/nfsd/vfs.c | 3 ++- net/sunrpc/auth_gss/gss_krb5_crypto.c | 14 ++++++++------ 3 files changed, 35 insertions(+), 18 deletions(-) -- Chuck Lever