Hi Linus, The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6: Linux 6.4-rc2 (2023-05-14 12:51:40 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.4-2 for you to fetch changes up to 43439d858bbae244a510de47f9a55f667ca4ed52: NFSv4.2: Fix a potential double free with READ_PLUS (2023-05-19 17:11:59 -0400) ---------------------------------------------------------------- NFS Client Bugfixes for Linux 6.4-rc Stable Fix: * Don't change task->tk_status after the call to rpc_exit_task Other Bugfixes: * Convert kmap_atomic() to kmap_local_folio() * Fix a potential double free with READ_PLUS Thanks, Anna ---------------------------------------------------------------- Anna Schumaker (1): NFSv4.2: Fix a potential double free with READ_PLUS Fabio M. De Francesco (1): NFS: Convert kmap_atomic() to kmap_local_folio() Trond Myklebust (1): SUNRPC: Don't change task->tk_status after the call to rpc_exit_task fs/nfs/dir.c | 4 ++-- fs/nfs/nfs4proc.c | 12 ++++++++++-- net/sunrpc/sched.c | 5 ++--- 3 files changed, 14 insertions(+), 7 deletions(-)