Merge tag '6.17-rc6-ksmbd-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Sep 2025 01:23:01 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Sep 2025 01:23:01 +0000 (18:23 -0700)
commit592a93fea16bd86a605a1b4ce9aed16e22d124d2
treeee0f8535eb729fdf49109ab017cc16ffa2ef7a32
parent992d4e481e958c6898fe750afd429d1b585fff93
parente1868ba37fd27c6a68e31565402b154beaa65df0
Merge tag '6.17-rc6-ksmbd-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Two fixes for remaining_data_length and offset checks in receive path

 - Don't go over max SGEs which caused smbdirect send to fail (and
   trigger disconnect)

* tag '6.17-rc6-ksmbd-fixes' of git://git.samba.org/ksmbd:
  ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
  ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer
  smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES