[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5msckOPtJzUmpzRZAQCQG96nRWDFd=b3An_oiZpU=kwLBQ@mail.gmail.com>
Date: Sun, 6 Nov 2022 00:07:38 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: CIFS <linux-cifs@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Shyam Prasad N <nspmangalore@...il.com>,
ChenXiaoSong <chenxiaosong2@...wei.com>
Subject: [GIT PULL] smb3 client fixes
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
Powered by blists - more mailing lists