Hi Linus, The following changes since commit 4b97bac0756a81cda5afd45417a99b5bccdcff67: Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2022-05-06 14:32:16 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.18-4 for you to fetch changes up to 085d16d5f949b64713d5e960d6c9bbf51bc1d511: nfs: fix broken handling of the softreval mount option (2022-05-09 13:02:54 -0400) One more pull request. There was a bug in the fix to ensure that gss- proxy continues to work correctly after we fixed the AF_LOCAL socket leak in the RPC code. This request therefore reverts that broken patch, and replaces it with one that works correctly. Thanks, Trond ---------------------------------------------------------------- NFS client bugfixes for Linux 5.18 Highlights include: Stable fixes: - SUNRPC: Ensure that the gssproxy client can start in a connected state Bugfixes: - Revert "SUNRPC: Ensure gss-proxy connects on setup" - nfs: fix broken handling of the softreval mount option ---------------------------------------------------------------- Dan Aloni (1): nfs: fix broken handling of the softreval mount option Trond Myklebust (2): Revert "SUNRPC: Ensure gss-proxy connects on setup" SUNRPC: Ensure that the gssproxy client can start in a connected state fs/nfs/fs_context.c | 2 +- include/linux/sunrpc/clnt.h | 2 +- net/sunrpc/auth_gss/gss_rpc_upcall.c | 3 ++- net/sunrpc/clnt.c | 36 +++++++++++++++++++++++++++++++++--- 4 files changed, 37 insertions(+), 6 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx