Please pull the following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf: Linux 6.0-rc5 (2022-09-11 16:22:01 -0400) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.0-rc5-smb3-fixes for you to fetch changes up to 8af8aed97bebe8b26a340da5236e277c3d84a8ec: cifs: update internal module number (2022-09-14 04:00:06 -0500) ---------------------------------------------------------------- Four fixes for stable - important fix to revalidate mapping when doing direct writes - missing spinlock - two fixes to socket handling - and trivial change to update internal version number for cifs.ko ---------------------------------------------------------------- Paulo Alcantara (1): cifs: add missing spinlock around tcon refcount Ronnie Sahlberg (1): cifs: revalidate mapping when doing direct writes Stefan Metzmacher (2): cifs: don't send down the destination address to sendmsg for a SOCK_STREAM cifs: always initialize struct msghdr smb_msg completely Steve French (1): cifs: update internal module number fs/cifs/cifsfs.h | 4 ++-- fs/cifs/connect.c | 14 ++++++-------- fs/cifs/file.c | 3 +++ fs/cifs/transport.c | 6 +----- 4 files changed, 12 insertions(+), 15 deletions(-) -- Thanks, Steve