]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Feb 2022 17:04:27 +0000 (09:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Feb 2022 17:04:27 +0000 (09:04 -0800)
commit7476b043b1914413f75b7e99040969734ae1fab6
treec8161132f0260ea426f6820245219993a91f6892
parent9195e5e0adbb8a9a5ee9ef0f9dedf6340d827405
parent53923e0fe2098f90f339510aeaa0e1413ae99a16
Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Six small smb3 client fixes, three for stable:

   - fix for snapshot mount option

   - two ACL related fixes

   - use after free race fix

   - fix for confusing warning message logged with older dialects"

* tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix confusing unneeded warning message on smb2.1 and earlier
  cifs: modefromsids must add an ACE for authenticated users
  cifs: fix double free race when mount fails in cifs_get_root()
  cifs: do not use uninitialized data in the owner/group sid
  cifs: fix set of group SID via NTSD xattrs
  smb3: fix snapshot mount option