]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit191644ae419b780b01613c17c8f8fdcfb62869e5
tree79688bb3041e51b720cb4399bf3d56cac8e74751
parentd3bc8648c5587be77227d96dae16b2dc90304d2c
parent925cf9f57290d230bbd5b5da09e1b43f2109602e
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