]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
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


Trivial merge