Please pull the following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7: Linux 6.9-rc3 (2024-04-07 13:22:46 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.9-rc3-SMB3-client-fixes for you to fetch changes up to 35f834265e0dc78b003aa0d1af65cafb89666b76: smb3: fix broken reconnect when password changing on the server by allowing password rotation (2024-04-11 16:03:48 -0500) ---------------------------------------------------------------- Four cifs.ko changesets, most also for stable - fix for oops in cifs_get_fattr of deleted files - fix for the remote open counter going negative in some directory lease cases - fix for mkfifo to instantiate dentry to avoid possible crash - important fix to allow handling key rotation for mount and remount (ie cases that are becoming more common when password that was used for the mount will expire soon but will be replaced by new password) ---------------------------------------------------------------- Paulo Alcantara (2): smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file() smb: client: instantiate when creating SFU files Steve French (2): smb3: fix Open files on server counter going negative smb3: fix broken reconnect when password changing on the server by allowing password rotation fs/smb/client/cached_dir.c | 4 +-- fs/smb/client/cifsglob.h | 1 + fs/smb/client/connect.c | 8 +++++ fs/smb/client/fs_context.c | 21 ++++++++++++ fs/smb/client/fs_context.h | 2 ++ fs/smb/client/inode.c | 3 +- fs/smb/client/misc.c | 1 + fs/smb/client/smb2ops.c | 94 +++++++++++++++++++++++++++++++---------------------- fs/smb/client/smb2pdu.c | 11 +++++++ 9 files changed, 103 insertions(+), 42 deletions(-) -- Thanks, Steve