Please pull the following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6: Linux 6.11-rc6 (2024-09-01 19:46:02 +1200) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc6-cifs-client-fixes for you to fetch changes up to ab85218910729b95f9b0acfebab55c2cab5f8ee7: netfs, cifs: Improve some debugging bits (2024-09-03 10:17:51 -0500) ---------------------------------------------------------------- Six smb3 client fixes - fix potential mount hang - fix retry problem in two types of compound operations - important netfs integration fix in SMB1 read paths - fix potential uninitialized zero point of inode - minor patch to improve debugging for potential crediting problems ---------------------------------------------------------------- David Howells (3): cifs: Fix zero_point init on inode initialisation cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3 netfs, cifs: Improve some debugging bits Paulo Alcantara (3): smb: client: fix hang in wait_for_response() for negproto smb: client: fix double put of @cfile in smb2_rename_path() smb: client: fix double put of @cfile in smb2_set_path_size() fs/netfs/io.c | 2 +- fs/smb/client/cifssmb.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++-------- fs/smb/client/connect.c | 14 +++++++++++++- fs/smb/client/inode.c | 2 ++ fs/smb/client/smb2inode.c | 3 +++ fs/smb/client/smb2ops.c | 8 +++++--- 6 files changed, 70 insertions(+), 13 deletions(-) -- Thanks, Steve