Merge tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Dec 2023 05:09:47 +0000 (21:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Dec 2023 05:09:47 +0000 (21:09 -0800)
commiteee7f5b48e20c585dc8069b3ab8abdcabd0afded
tree64b04aaa8fc7892151f131ade276a478c07d9151
parent1bf5c8925609425fe0ff7270fe8fb14246c01694
parent12d1e301bdfd1f2e2f371432dedef7cce8f01c4a
Merge tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - two multichannel reconnect fixes, one fixing an important refcounting
   problem that can lead to umount problems

 - atime fix

 - five fixes for various potential OOB accesses, including a CVE fix,
   and two additional fixes for problems pointed out by Robert Morris's
   fuzzing investigation

* tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: do not let cifs_chan_update_iface deallocate channels
  cifs: fix a pending undercount of srv_count
  fs: cifs: Fix atime update check
  smb: client: fix potential OOB in smb2_dump_detail()
  smb: client: fix potential OOB in cifs_dump_detail()
  smb: client: fix OOB in smbCalcSize()
  smb: client: fix OOB in SMB2_query_info_init()
  smb: client: fix OOB in cifsd when receiving compounded resps