lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5msuLY9XywuKvnggezTdjCBQx8HDfYhHNstS-Yijz15sdg@mail.gmail.com>
Date: Sat, 27 Jul 2024 19:35:08 -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>
Subject: [GIT PULL] SMB3 client fixes

Please pull the following changes since commit
33c9de2960d347c06d016c2c07ac4aa855cd75f0:

  Merge tag '6.11-rc-part1-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2024-07-21 15:23:39 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.11-rc-smb-client-fixes-part2

for you to fetch changes up to b6f6a7aa689f1c255e06fee3ca13c9f9e5c12780:

  smb3: add dynamic trace point for session setup key expired failures
(2024-07-26 12:34:50 -0500)

----------------------------------------------------------------
Six smb3 client fixes
- fix for potential null pointer use in init cifs
- three additional dynamic trace points to improve debugging of some
common scenarios
- two SMB1 fixes (one addressing reconnect with POSIX extensions, one
a mount parsing error)

There are some additional patches SMB3.1.1 compression improvements
and a locking fix that are still being debugged and are not included
in this P/R
----------------------------------------------------------------
Steve French (6):
      cifs: fix potential null pointer use in destroy_workqueue in
init_cifs error path
      cifs: fix reconnect with SMB1 UNIX Extensions
      cifs: mount with "unix" mount option for SMB1 incorrectly handled
      smb3: add dynamic tracepoint for reflink errors
      smb3: add four dynamic tracepoints for copy_file_range and reflink
      smb3: add dynamic trace point for session setup key expired failures

 fs/smb/client/cifsfs.c  |   8 +++---
 fs/smb/client/connect.c |  24 ++++++++++++++++-
 fs/smb/client/smb2ops.c |  20 +++++++++++++-
 fs/smb/client/smb2pdu.c |   8 +++++-
 fs/smb/client/trace.h   | 150
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 203 insertions(+), 7 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ