Hi Linus, The following changes since commit b2d229d4ddb17db541098b83524d901257e93845: Linux 5.18-rc3 (2022-04-17 13:57:31 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.18-3 for you to fetch changes up to a3d0562d4dc039bca39445e1cddde7951662e17d: Revert "SUNRPC: attempt AF_LOCAL connect on setup" (2022-04-29 20:38:27 -0400) Cheers, Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 5.18 Highlights include: Stable fixes: - Fix a socket leak when setting up an AF_LOCAL RPC client - Ensure that knfsd connects to the gss-proxy daemon on setup Bugfixes: - Fix a refcount leak when migrating a task off an offlined transport - Don't gratuitously invalidate inode attributes on delegation return - Don't leak sockets in xs_local_connect() - Ensure timely close of disconnected AF_LOCAL sockets ---------------------------------------------------------------- Olga Kornievskaia (1): SUNRPC release the transport of a relocated task with an assigned transport Trond Myklebust (5): NFSv4: Don't invalidate inode attributes on delegation return SUNRPC: Don't leak sockets in xs_local_connect() SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets SUNRPC: Ensure gss-proxy connects on setup Revert "SUNRPC: attempt AF_LOCAL connect on setup" fs/nfs/nfs4proc.c | 12 +++++++++++- include/linux/sunrpc/clnt.h | 1 + net/sunrpc/auth_gss/gss_rpc_upcall.c | 2 +- net/sunrpc/clnt.c | 14 ++++++++++---- net/sunrpc/xprtsock.c | 35 +++++++++++++++++++++++++++++++---- 5 files changed, 54 insertions(+), 10 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx