]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Dec 2020 21:08:19 +0000 (13:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Dec 2020 21:08:19 +0000 (13:08 -0800)
commitddf5c8d043d39b1ceef091a35d32c1a49e17a817
tree7502277e1f44379b8d1ded389ce9c92385b4c625
parentc3950754f34f598c24d4c4b6abfc463ab57cb459
parent67f24cab2f5252c3a67eba988d12d4ad1bb23ea8
Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Four small CIFS/SMB3 fixes (witness protocol and reconnect related),
  and two that add ability to get and set auditing information in the
  security descriptor (SACL), which can be helpful not just for backup
  scenarios ("smbinfo secdesc" etc.) but also for improving security"

* tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6:
  Add SMB 2 support for getting and setting SACLs
  SMB3: Add support for getting and setting SACLs
  cifs: Avoid error pointer dereference
  cifs: Re-indent cifs_swn_reconnect()
  cifs: Unlock on errors in cifs_swn_reconnect()
  cifs: Delete a stray unlock in cifs_swn_reconnect()