Please pull the following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc: Linux 5.13-rc2 (2021-05-16 15:27:44 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.13-rc3-smb3 for you to fetch changes up to 9687c85dfbf84a6a37522626b4d5c5191a695e6c: Fix KASAN identified use-after-free issue. (2021-05-20 12:20:42 -0500) ---------------------------------------------------------------- 7 SMB3 fixes: - one for stable (for copychunk) - three others fix problems found in testing handle leases - a fix for SMB3 compounding found during review and testing to the kernel server - two trivial cleanups A few additional important patches are still in testing and are not included in this pull request (e.g. a fix for some problems with variable length strings in dynamic tracing, a problem with getting newer types of decryption and session keys needed for debugging, a problem that was pointed out at the recent test event, and some multichannel related reconnect fixes) ---------------------------------------------------------------- Jiapeng Chong (1): cifs: Fix inconsistent indenting Rohith Surabattula (3): Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. Defer close only when lease is enabled. Fix KASAN identified use-after-free issue. Ronnie Sahlberg (1): cifs: fix memory leak in smb2_copychunk_range Steve French (1): SMB3: incorrect file id in requests compounded with open wenhuizhang (1): cifs: remove deadstore in cifs_close_all_deferred_files() fs/cifs/cifsfs.c | 2 +- fs/cifs/cifsglob.h | 4 ++-- fs/cifs/file.c | 46 +++++++++++++++++++++++++--------------------- fs/cifs/fs_context.c | 2 +- fs/cifs/misc.c | 23 +++++++++++++++++++---- fs/cifs/smb2ops.c | 4 ++++ fs/cifs/smb2pdu.c | 6 +++--- 7 files changed, 55 insertions(+), 32 deletions(-) -- Thanks, Steve