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: <CAH2r5muAE5KvodJSk9VuFOF1fAHWPdnG3NsSgOZONqge06k65g@mail.gmail.com>
Date: Fri, 27 Jun 2025 18:19:17 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes

Please pull the following changes since commit
86731a2a651e58953fc949573895f2fa6d456841:

  Linux 6.16-rc3 (2025-06-22 13:30:08 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc3-smb3-client-fixes

for you to fetch changes up to 263debecb4aa7cec0a86487e6f409814f6194a21:

  cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
(2025-06-26 11:13:16 -0500)

----------------------------------------------------------------
Six smb3 client fixes
- Multichannel reconnect lock ordering deadlock fix
- Fix for regression in handling native Windows symlinks
- 3 smbdirect fixes: one for oops in RDMA response processing,
   one for handling smbdirect memcpy issue,, fix smbdirect regression
with large writes
   (smbdirect test cases now all passing)
- Fix for "FAILED_TO_PARSE" warning in trace-cmd report output

It does not include the fixes for the recent netfs regression causing
cifs mount hangs
since those have dependencies on Christian's VFS branch so will need
to go through him.
----------------------------------------------------------------
David Howells (2):
      cifs: Fix the smbd_response slab to allow usercopy
      cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code

Paulo Alcantara (2):
      smb: client: fix regression with native SMB symlinks
      smb: client: fix potential deadlock when reconnecting channels

Stefan Metzmacher (2):
      smb: client: let smbd_post_send_iter() respect the peers
max_send_size and transmit all data
      smb: client: remove \t from TP_printk statements

 fs/smb/client/cifsglob.h  |   1 +
 fs/smb/client/connect.c   |  58 ++++++++++-------
 fs/smb/client/reparse.c   |  20 ++----
 fs/smb/client/smbdirect.c | 161 +++++++++++++++++------------------------------
 fs/smb/client/trace.h     |  24 +++----
 5 files changed, 110 insertions(+), 154 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ