Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Nov 2023 16:22:27 +0000 (08:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Nov 2023 16:22:27 +0000 (08:22 -0800)
commit4515866db1346d0b3d7c53214c60ff5373e39bb7
tree3a138fe8a4ee0de7383bc34a39700cad81ae5122
parent090472ed9c922e699dc61dd601a9b376a64f4390
parentb0348e459c836abdb0f4b967e006d15c77cf1c87
Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - use after free fix in releasing multichannel interfaces

 - fixes for special file types (report char, block, FIFOs properly when
   created e.g. by NFS to Windows)

 - fixes for reporting various special file types and symlinks properly
   when using SMB1

* tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb: client: introduce cifs_sfu_make_node()
  smb: client: set correct file type from NFS reparse points
  smb: client: introduce ->parse_reparse_point()
  smb: client: implement ->query_reparse_point() for SMB1
  cifs: fix use after free for iface while disabling secondary channels