Please pull the following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37: Linux 6.11-rc5 (2024-08-25 19:07:11 +1200) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc5-client-fixes for you to fetch changes up to 416871f4fb84bc96822562e654941d5625a25bf8: cifs: Fix FALLOC_FL_PUNCH_HOLE support (2024-08-25 09:06:25 -0500) ---------------------------------------------------------------- Four cifs.ko client fixes - 2 RDMA/smbdirect fixes and a minor cleanup - punch hole fix ---------------------------------------------------------------- David Howells (1): cifs: Fix FALLOC_FL_PUNCH_HOLE support Stefan Metzmacher (3): smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() smb/client: remove unused rq_iter_size from struct smb_rqst smb/client: fix rdma usage in smb2_async_writev() fs/smb/client/cifsglob.h | 1 - fs/smb/client/cifssmb.c | 1 - fs/smb/client/smb2ops.c | 24 ++++++++++++++++++++++-- fs/smb/client/smb2pdu.c | 44 +++++++++++++++++++++----------------------- 4 files changed, 43 insertions(+), 27 deletions(-) -- Thanks, Steve