Hi Linus, The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072: Linux 6.6-rc3 (2023-09-24 14:31:13 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.6-3 for you to fetch changes up to dd1b2026323a2d075ac553cecfd7a0c23c456c59: nfs: decrement nrequests counter before releasing the req (2023-09-28 12:22:25 -0400) ---------------------------------------------------------------- More NFS Client Bugfixes for Linux 6.6-rc Stable Fix: * Revert "SUNRPC dont update timeout value on connection reset" * NFSv4: Fix a state manager thread deadlock regression Bugfixes: * Fix a potential NULL pointer dereference in nfs_inode_remove_request() * Fix a rare NULL pointer dereference in xs_tcp_tls_setup_socket() * Fix long delay before failing a TLS mount when server does not support TLS * Fix various NFS state manager issues Thanks, Anna ---------------------------------------------------------------- Anna Schumaker (1): SUNRPC/TLS: Lock the lower_xprt during the tls handshake Chuck Lever (1): SUNRPC: Fail quickly when server does not recognize TLS Jeff Layton (1): nfs: decrement nrequests counter before releasing the req Trond Myklebust (3): NFSv4: Fix a nfs4_state_manager() race NFSv4: Fix a state manager thread deadlock regression Revert "SUNRPC dont update timeout value on connection reset" fs/nfs/nfs4proc.c | 4 +++- fs/nfs/nfs4state.c | 45 +++++++++++++++++++++++++++++++++------------ fs/nfs/write.c | 2 +- net/sunrpc/auth.c | 11 ++++++++--- net/sunrpc/auth_tls.c | 4 ++-- net/sunrpc/clnt.c | 13 ++++++++++--- net/sunrpc/xprtsock.c | 6 ++++++ 7 files changed, 63 insertions(+), 22 deletions(-)