[GIT PULL] smb3 client fixes
Steve French <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAH2r5mtVcOC7XuoAUQkzV2tGpv5wBN7DOqxz0SD+nEbEPBLFbw@mail.gmail.com> |
Please pull the following changes since commit
075b74841bd0065a3bda3440873c747938e69b68:
Linux 7.2-rc6 (2026-08-02 16:24:24 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v7.2-rc6-smb3-client-fixes
for you to fetch changes up to 26fa4d17c023dbe5427a92d3a7bd9ae1d1e58bc5:
smb: client: fix SMB1 TRANS2 multi-response truncation in
SendReceive() (2026-08-04 18:17:02 -0500)
----------------------------------------------------------------
Three client fixes
- Fix potential use after free in cifs_try_adding_channels
- Fix SMB1 large directory enumeration
- Minor debug improvement (show compress mount option)
----------------------------------------------------------------
ChenXiaoSong (1):
smb/client: show compress mount option
Frank Sorenson (1):
smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()
Shuangpeng Bai (1):
smb: client: Fix use-after-free in cifs_try_adding_channels()
fs/smb/client/cifsfs.c | 2 ++
fs/smb/client/sess.c | 2 +-
fs/smb/client/smb1transport.c | 28 ++++++++++++++++++++++------
3 files changed, 25 insertions(+), 7 deletions(-)
--
Thanks,
Steve