]> Gentwo Git Trees - linux/.git/commit
Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Nov 2025 19:14:21 +0000 (11:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Nov 2025 19:14:21 +0000 (11:14 -0800)
commite3fe48f9bdf47e0de91ffb7ba10d94a6a7598e8f
tree9602832b3184121a0a63e6a62e21c64536c2f9d8
parenta07a003ce6d475014e71e1c4f52f4ed7146dd35e
parentd5227c88174c384d83d9176bd4315ef13dce306c
Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - Fix potential memory leak in mount

 - Add some missing read tracepoints

 - Fix locking issue with directory leases

* tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Add the smb3_read_* tracepoints to SMB1
  cifs: fix memory leak in smb3_fs_context_parse_param error path
  smb: client: introduce close_cached_dir_locked()