]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Aug 2025 03:52:37 +0000 (06:52 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Aug 2025 03:52:37 +0000 (06:52 +0300)
commit471025c9f7d601c1887fdc582b96138b161b802b
tree614976462b87d83d1562e1fe99fd5c8bdeab2dcb
parent37816488247ddddbc3de113c78c83572274b1e2e
parent8e7d178d06e8937454b6d2f2811fa6a15656a214
Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Fix limiting repeated connections from same IP

 - Fix for extracting shortname when name begins with a dot

 - Four smbdirect fixes:
     - three fixes to the receive path: potential unmap bug, potential
       resource leaks and stale connections, and also potential use
       after free race
     - cleanup to remove unneeded queue

* tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  smb: server: Fix extension string in ksmbd_extract_shortname()
  ksmbd: limit repeated connections from clients with the same IP
  smb: server: let recv_done() avoid touching data_transfer after cleanup/move
  smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconnect_rdma_connection
  smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already
  smb: server: remove separate empty_recvmsg_queue
fs/smb/server/transport_tcp.c