[GIT PULL] smb3 client fixes

From: Steve French
Date: Thu Jan 01 2026 - 22:54:24 EST


Please pull the following changes since commit
f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:

Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/v6.19-rc3-smb3-client-fixes

for you to fetch changes up to fa2fd0b10f66b08bc44745feed1761d7c1539d6e:

smb: client: fix UBSAN array-index-out-of-bounds in
smb2_copychunk_range (2025-12-30 09:17:41 -0600)

----------------------------------------------------------------
Two smb3 client fixes
- Fix array out of bounds error in copy_file_range
- Add tracepoint to help debug ioctl failures
----------------------------------------------------------------
Henrique Carvalho (1):
smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_range

Steve French (1):
smb3 client: add missing tracepoint for unsupported ioctls

fs/smb/client/ioctl.c | 3 +++
fs/smb/client/smb2ops.c | 6 ++++++
fs/smb/client/trace.h | 1 +
3 files changed, 10 insertions(+)


--
Thanks,

Steve