[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mvnbV3AxWeibhBaL7UtfZ7ko18-1SZg2LN0U0YNgvJ6Cg@mail.gmail.com>
Date: Wed, 20 Dec 2023 22:08:56 -0600
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>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
ceb6a6f023fd3e8b07761ed900352ef574010bcb:
  Linux 6.7-rc6 (2023-12-17 15:19:28 -0800)
are available in the Git repository at:
  git://git.samba.org/sfrench/cifs-2.6.git tags/6.7-rc6-smb3-client-fixes
for you to fetch changes up to 12d1e301bdfd1f2e2f371432dedef7cce8f01c4a:
  cifs: do not let cifs_chan_update_iface deallocate channels
(2023-12-19 11:04:04 -0600)
----------------------------------------------------------------
Eight import client fixes, most also for stable
- two multichannel reconnect fixes, one fixing an important
refcounting problem that can lead to umount problems
- atime fix
- five fixes for various potential OOB accesses, including a CVE fix,
and two additional
  fixes for problems pointed out by Robert Morris's fuzzing investigating)
----------------------------------------------------------------
Paulo Alcantara (5):
      smb: client: fix OOB in cifsd when receiving compounded resps
      smb: client: fix OOB in SMB2_query_info_init()
      smb: client: fix OOB in smbCalcSize()
      smb: client: fix potential OOB in cifs_dump_detail()
      smb: client: fix potential OOB in smb2_dump_detail()
Shyam Prasad N (2):
      cifs: fix a pending undercount of srv_count
      cifs: do not let cifs_chan_update_iface deallocate channels
Zizhi Wo (1):
      fs: cifs: Fix atime update check
 fs/smb/client/cifs_debug.c | 12 +++++++-----
 fs/smb/client/cifsglob.h   |  3 ++-
 fs/smb/client/connect.c    |  7 ++++++-
 fs/smb/client/file.c       |  2 +-
 fs/smb/client/misc.c       |  4 ++++
 fs/smb/client/sess.c       | 50
++++++++++++++++++------------------------------
 fs/smb/client/smb2misc.c   | 30 ++++++++++++++---------------
 fs/smb/client/smb2ops.c    | 25 +++++++++++++++---------
 fs/smb/client/smb2pdu.c    | 32 ++++++++++++++++++++++---------
 9 files changed, 93 insertions(+), 72 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists
 
