Please pull the following changes since commit 926028aaa3827554096d42ffb0c2973bc7f5e80f: Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2022-11-19 08:58:58 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.1-rc6-smb3-fixes for you to fetch changes up to 502487847743018c93d75b401eac2ea4c4973123: cifs: fix missing unlock in cifs_file_copychunk_range() (2022-11-21 10:27:03 -0600) ---------------------------------------------------------------- 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 ---------------------------------------------------------------- ChenXiaoSong (1): cifs: fix missing unlock in cifs_file_copychunk_range() Dan Carpenter (1): cifs: Use after free in debug code fs/cifs/cifsfs.c | 4 +++- fs/cifs/sess.c | 4 ++-- -- Thanks, Steve