Merge tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Nov 2025 18:17:30 +0000 (10:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Nov 2025 18:17:30 +0000 (10:17 -0800)
commit7bb4d6512545a792a6cd8d6c8be5718920b9b11a
tree795d72ec3d432b4e7dd7d0d63015f4945b9d3df6
parent0d7bee10beeb59b1133bf5a4749b17a4ef3bbb01
parent4012abe8a78fbb8869634130024266eaef7081fe
Merge tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - Fix change notify packet validation check

 - Refcount fix (e.g. rename error paths)

 - Fix potential UAF due to missing locks on directory lease refcount

* tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb: client: validate change notify buffer before copy
  smb: client: fix refcount leak in smb2_set_path_attr
  smb: client: fix potential UAF in smb2_close_cached_fid()