[GIT PULL] smb3 client fixes

From: Steve French
Date: Sun Nov 06 2022 - 01:08:07 EST


Please pull the following changes since commit
30a0b95b1335e12efef89dd78518ed3e4a71a763:

Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.1-rc4-smb3-fixes

for you to fetch changes up to 542228db2f28fdf775b301f2843e1fe486e7c797:

cifs: fix use-after-free on the link name (2022-11-04 23:36:54 -0500)

----------------------------------------------------------------
3 cifs/smb3 fixes,
- one for symlink handling race (fixes a bug spotted with KASAN)
- two fix multichannel issues with iterating channels instead of using
the primary channel. The
more important one fixes a bug when leases are disabled (ie using
oplocks instead) that was
spotted with xfstest generic/013 timing out

----------------------------------------------------------------
ChenXiaoSong (1):
cifs: fix use-after-free on the link name

Shyam Prasad N (2):
cifs: always iterate smb sessions using primary channel
cifs: avoid unnecessary iteration of tcp sessions

fs/cifs/cifsfs.c | 26 +++++++++++++++++++++++++-
fs/cifs/inode.c | 5 -----
fs/cifs/misc.c | 6 +++++-
fs/cifs/smb2misc.c | 81
+++++++++++++++++++++++++++++++++++++++++++++------------------------------------
fs/cifs/smb2ops.c | 30 ++++++++++++++++++------------
fs/cifs/smb2transport.c | 19 ++++++++++++-------
6 files changed, 105 insertions(+), 62 deletions(-)


--
Thanks,

Steve