Hi Linus, The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.12-2 for you to fetch changes up to 7ef60108069b7e3cc66432304e1dd197d5c0a9b5: NFS: remove revoked delegation from server's delegation list (2024-10-09 15:39:22 -0400) ---------------------------------------------------------------- NFS Client Bugfixes for Linux 6.12-rc Localio Bugfixes: * Remove duplicated include in localio.c * Fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() * Fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT * Fix nfsd_file tracepoints to handle NULL rqstp pointers Other Bugfixes: * Fix program selection loop in svc_process_common * Fix integer overflow in decode_rc_list() * Prevent NULL-pointer dereference in nfs42_complete_copies() * Fix CB_RECALL performance issues when using a large number of delegations Thanks, Anna ---------------------------------------------------------------- Dai Ngo (1): NFS: remove revoked delegation from server's delegation list Dan Carpenter (1): SUNRPC: Fix integer overflow in decode_rc_list() Mike Snitzer (3): nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstp NeilBrown (1): sunrpc: fix prog selection loop in svc_process_common Yang Li (1): nfs: Remove duplicated include in localio.c Yanjun Zhang (1): NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() fs/Kconfig | 2 +- fs/nfs/callback_xdr.c | 2 ++ fs/nfs/client.c | 1 + fs/nfs/delegation.c | 5 +++++ fs/nfs/localio.c | 7 +++---- fs/nfs/nfs42proc.c | 2 +- fs/nfs/nfs4state.c | 2 +- fs/nfs_common/nfslocalio.c | 5 ++++- fs/nfsd/filecache.c | 2 +- fs/nfsd/localio.c | 2 +- fs/nfsd/nfssvc.c | 4 ++-- fs/nfsd/trace.h | 6 +++--- include/linux/nfs_fs_sb.h | 1 + include/linux/nfslocalio.h | 15 +++++++++++++++ net/sunrpc/svc.c | 11 ++++------- 15 files changed, 45 insertions(+), 22 deletions(-)