]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Aug 2025 11:48:41 +0000 (04:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Aug 2025 11:48:41 +0000 (04:48 -0700)
commiteb4a0992ddae04ad5b402029a430b2fa06c81647
tree21317bdda34da46421fb99b576a819c13eb6697c
parent068a56e56fa81e42fc5f08dff34fab149bb60a09
parent89bb430f621124af39bb31763c4a8b504c9651e2
Merge tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - fix refcount issue that can cause memory leak

 - rate limit repeated connections from IPv6, not just IPv4 addresses

 - fix potential null pointer access of smb direct work queue

* tag '6.17-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix refcount leak causing resource not released
  ksmbd: extend the connection limiting mechanism to support IPv6
  smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()