Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Nov 2022 16:48:26 +0000 (08:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Nov 2022 16:48:26 +0000 (08:48 -0800)
commit30a853c1bdede177adedd2de537ea16158125181
tree79688bb3041e51b720cb4399bf3d56cac8e74751
parentfaf68e3523c21d07c5f7fdabd0daf6301ff8db3f
parent502487847743018c93d75b401eac2ea4c4973123
Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Two small cifs/smb3 client fixes:

   - an unlock missing in an error path in copychunk_range found by
     xfstest 476

   - a fix for a use after free in a debug code path"

* tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix missing unlock in cifs_file_copychunk_range()
  cifs: Use after free in debug code