Please pull the following changes since commit a55aa89aab90fae7c815b0551b07be37db359d76: Linux 5.3-rc6 (2019-08-25 12:01:23 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.3-rc6-smb3-fixes for you to fetch changes up to 36e337744c0d9ea23a64a8b62bddec6173e93975: cifs: update internal module number (2019-08-27 17:29:56 -0500) ---------------------------------------------------------------- a few small SMB3 fixes, and a larger one to fix the problem you noticed for older cifs string handling. When the next merge window opens up, we will send a followon patch for the other, UTF-16, string handling issue you noticed. ---------------------------------------------------------------- Dan Carpenter (1): cifs: Use kzfree() to zero out the password Ronnie Sahlberg (2): cifs: set domainName when a domain-key is used in multiuser cifs: replace various strncpy with strscpy and similar Steve French (1): cifs: update internal module number fs/cifs/cifsfs.h | 2 +- fs/cifs/cifsproto.h | 1 + fs/cifs/cifssmb.c | 197 ++++++++++++++++++++++++++++++++++--------------------------------------------------------------------- fs/cifs/connect.c | 29 ++++++++++++++-- fs/cifs/dir.c | 5 ++- fs/cifs/misc.c | 22 ++++++++++++ fs/cifs/sess.c | 26 +++++++++----- 7 files changed, 135 insertions(+), 147 deletions(-) -- Thanks, Steve