Hi Linus, The following changes since commit ed06fce0b034b2e25bd93430f5c4cbb28036cc1a: SUNRPC: RPC level errors should set task->tk_rpc_status (2022-08-19 20:32:05 -0400) are available in the Git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.20-3 for you to fetch changes up to 13bd9014180425f5a35eaf3735971d582c299292: Revert "SUNRPC: Remove unreachable error condition" (2022-09-08 11:11:23 -0400) ---------------------------------------------------------------- NFS client bugfixes for Linux 6.0 Highlights include: Bugfixes - Fix SUNRPC call completion races with call_decode() that trigger a WARN_ON() - NFSv4.0 cannot support open-by-filehandle and NFS re-export - Revert "SUNRPC: Remove unreachable error condition" to allow handling of error conditions - Update suid/sgid mode bits after ALLOCATE and DEALLOCATE ---------------------------------------------------------------- Anna Schumaker (1): NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE Dan Aloni (1): Revert "SUNRPC: Remove unreachable error condition" Trond Myklebust (2): SUNRPC: Fix call completion races with call_decode() NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 fs/nfs/internal.h | 25 +++++++++++++++++++++++++ fs/nfs/nfs42proc.c | 9 +++++++-- fs/nfs/super.c | 27 ++++++++++++++++++--------- fs/nfs/write.c | 25 ------------------------- net/sunrpc/clnt.c | 3 +++ net/sunrpc/xprt.c | 8 ++++---- 6 files changed, 57 insertions(+), 40 deletions(-) -- Trond Myklebust Linux NFS client maintainer, Hammerspace trond.myklebust@xxxxxxxxxxxxxxx