Please pull the following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de: Linux 6.8-rc4 (2024-02-11 12:18:13 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.8-rc4-smb3-client-fixes for you to fetch changes up to 4860abb91f3d7fbaf8147d54782149bb1fc45892: smb: Fix regression in writes when non-standard maximum write size negotiated (2024-02-15 22:19:23 -0600) ---------------------------------------------------------------- Five smb3 client fixes, most also for stable - Two multichannel fixes (one to fix potential handle leak on retry) - Work around possible serious data corruption (due to change in folios in 6.3, for cases when non standard maximum write size negotiated) - Symlink creation fix - Multiuser automount fix ---------------------------------------------------------------- Dan Carpenter (1): cifs: fix underflow in parse_server_interfaces() Paulo Alcantara (2): smb: client: set correct id, uid and cruid for multiuser automounts smb: client: handle path separator of created SMB symlinks Shyam Prasad N (1): cifs: update the same create_guid on replay Steve French (1): smb: Fix regression in writes when non-standard maximum write size negotiated fs/smb/client/cached_dir.c | 1 + fs/smb/client/cifsglob.h | 1 + fs/smb/client/connect.c | 14 ++++++++++++-- fs/smb/client/fs_context.c | 11 +++++++++++ fs/smb/client/namespace.c | 16 ++++++++++++++++ fs/smb/client/smb2ops.c | 14 +++++++++++--- fs/smb/client/smb2pdu.c | 10 ++++++++-- 7 files changed, 60 insertions(+), 7 deletions(-) -- Thanks, Steve