Please pull the following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.17-rc5-smb3-fixes for you to fetch changes up to 53923e0fe2098f90f339510aeaa0e1413ae99a16: cifs: fix confusing unneeded warning message on smb2.1 and earlier (2022-02-16 17:16:49 -0600) ---------------------------------------------------------------- 6 small smb3 client fixes, 3 for stable: -fix for snapshot mount option - 2 ACL related fixes - use after free race fix - fix for confusing warning message logged with older dialects Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/904 ---------------------------------------------------------------- Amir Goldstein (1): cifs: fix set of group SID via NTSD xattrs Ronnie Sahlberg (3): cifs: do not use uninitialized data in the owner/group sid cifs: fix double free race when mount fails in cifs_get_root() cifs: modefromsids must add an ACE for authenticated users Steve French (2): smb3: fix snapshot mount option cifs: fix confusing unneeded warning message on smb2.1 and earlier fs/cifs/cifsacl.c | 9 ++++++--- fs/cifs/cifsfs.c | 1 + fs/cifs/fs_context.c | 4 ++-- fs/cifs/sess.c | 11 ++++++----- fs/cifs/xattr.c | 2 ++ 5 files changed, 17 insertions(+), 10 deletions(-) -- Thanks, Steve