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: <CAH2r5mthMn2x-R8-xiktKqJ+bYsCD4nBAHEyFMTsDgG-5_boTw@mail.gmail.com>
Date: Wed, 18 Jun 2025 17:46:50 -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>, 
	Namjae Jeon <linkinjeon@...nel.org>
Subject: [GIT PULL] ksmbd server fixes

Please pull the following changes since commit
e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/6.16-rc2-ksmbd-server-fixes

for you to fetch changes up to 4ea0bb8aaedfad8e695429cda6bd1c8b0dad0844:

  ksmbd: handle set/get info file for streamed file (2025-06-17 16:27:16 -0500)

----------------------------------------------------------------
Three smb3 server fixes, including two important ones also for stable
- Fix alternate data streams bug
- Important fix for null pointer deref with Kerberos authentication
- Fix oops in smbdirect (RDMA) in free_transport
----------------------------------------------------------------
Namjae Jeon (3):
      ksmbd: add free_transport ops in ksmbd connection
      ksmbd: fix null pointer dereference in destroy_previous_session
      ksmbd: handle set/get info file for streamed file

 fs/smb/server/connection.c     |  2 +-
 fs/smb/server/connection.h     |  1 +
 fs/smb/server/smb2pdu.c        | 74 ++++++++++++++++++++++++++++++++----------
 fs/smb/server/transport_rdma.c | 10 ++++--
 fs/smb/server/transport_tcp.c  |  3 +-
 fs/smb/server/vfs.c            |  5 +--
 fs/smb/server/vfs_cache.h      |  1 +
 7 files changed, 72 insertions(+), 24 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ