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: <CAH2r5mus1UqScCCqqWoPO_9Zu0yr6=DMf4cu+YOusFn9HVX3nQ@mail.gmail.com>
Date: Sat, 7 Dec 2024 16:22:42 -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
40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.13-rc1-smb3-client-fixes

for you to fetch changes up to c32b624fa4f7ca5a2ff217a0b1b2f1352bb4ec11:

  smb: client: fix potential race in cifs_put_tcon() (2024-12-06 09:14:38 -0600)

----------------------------------------------------------------
Five SMB3 client fixes, also for stable
- DFS fix (for race with tree disconnect and dfs cache worker)
- Four fixes for SMB3.1.1 posix extensions
       - improving special file support e.g. to Samba, retrieving the
file type earlier
       - reducing roundtrips (e.g. on ls -l, in some cases)
----------------------------------------------------------------
Paulo Alcantara (1):
      smb: client: fix potential race in cifs_put_tcon()

Ralph Boehme (3):
      fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX
      fs/smb/client: Implement new SMB3 POSIX type
      fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points

Steve French (1):
      smb3.1.1: fix posix mounts to older servers

 fs/smb/client/cifsproto.h |  1 +
 fs/smb/client/connect.c   |  4 +--
 fs/smb/client/inode.c     | 94
++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 fs/smb/client/readdir.c   | 54 +++++++++++++++++++++-------------
 fs/smb/client/reparse.c   | 84
++++++++++++++++++++++++++++++++---------------------
 fs/smb/client/smb2inode.c |  3 +-
 6 files changed, 175 insertions(+), 65 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ