Hi Linus, The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740: Linux 6.1-rc2 (2022-10-23 15:27:33 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.1-2 for you to fetch changes up to 7e8436728e22181c3f12a5dbabd35ed3a8b8c593: nfs4: Fix kmemleak when allocate slot failed (2022-10-27 15:52:11 -0400) ---------------------------------------------------------------- NFS Client Bugfixes for Linux 6.1-rc Bugfixes: * Fix some coccicheck warnings * Avoid memcpy() run-time warning * Fix up various state reclaim / RECLAIM_COMPLETE errors * Fix a null pointer dereference in sysfs * Fix LOCK races * Fix gss_unwrap_resp_integ() crasher * Fix zero length clones * Fix memleak when allocate slot fails Thanks, Anna ---------------------------------------------------------------- Benjamin Coddington (2): NFSv4: Retry LOCK on OLD_STATEID during delegation return NFSv4.2: Fixup CLONE dest file size for zero-length count Chuck Lever (1): SUNRPC: Fix crasher in gss_unwrap_resp_integ() Kees Cook (1): NFS: Avoid memcpy() run-time warning for struct sockaddr overflows Trond Myklebust (3): NFSv4: Fix a potential state reclaim deadlock NFSv4.1: Handle RECLAIM_COMPLETE trunking errors NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot Yushan Zhou (1): nfs: Remove redundant null checks before kfree Zhang Xiaoxu (2): SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed nfs4: Fix kmemleak when allocate slot failed fs/nfs/client.c | 4 ++-- fs/nfs/delegation.c | 36 +++++++++++++++++------------------- fs/nfs/dir.c | 5 ++--- fs/nfs/dns_resolve.c | 7 ++++--- fs/nfs/dns_resolve.h | 2 +- fs/nfs/fs_context.c | 14 +++++++------- fs/nfs/internal.h | 14 +++++++------- fs/nfs/mount_clnt.c | 4 ++-- fs/nfs/namespace.c | 2 +- fs/nfs/nfs3client.c | 4 ++-- fs/nfs/nfs42proc.c | 3 +++ fs/nfs/nfs4_fs.h | 2 +- fs/nfs/nfs4client.c | 19 ++++++++++--------- fs/nfs/nfs4namespace.c | 16 ++++++++-------- fs/nfs/nfs4proc.c | 10 ++++++---- fs/nfs/nfs4state.c | 2 ++ fs/nfs/pnfs_nfs.c | 6 +++--- fs/nfs/super.c | 5 ++--- net/sunrpc/auth_gss/auth_gss.c | 2 +- net/sunrpc/sysfs.c | 12 ++++++++++-- 20 files changed, 91 insertions(+), 78 deletions(-)