]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2026 03:25:46 +0000 (20:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2026 03:25:46 +0000 (20:25 -0700)
commit364465ab19defc0635d06f13f170c8d5c096de7c
tree67a12a7ce085d1807034529b914840689d0943ba
parentc0a27675eaf08255017b3cabc28c99c0cd71f468
parentab88cb66cb0028cb8038b64c2fa71b0f3e91d5f2
Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Reject Pattern_V1 payloads when Pattern_V1 support was not
   negotiated

 - Validate compression transform flags and chained mode before
   allocating the decompression buffer

 - Enforce the pre-authentication PDU size limit before allocating
   the decompression buffer, preventing compressed requests from
   bypassing the limit

* tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: apply the pre-authentication PDU limit when decompressing
  ksmbd: validate compression Flags before kvmalloc
  smb: compress: reject Pattern_V1 when not negotiated