]> 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)
commitfe1794ca73ac76bf1fdce2b0ac46bd8104733a68
tree7502277e1f44379b8d1ded389ce9c92385b4c625
parent9586dcfbbfd07278339db841defcbe61ccdcb073
parent6a56fc8d5e441d9759be2eff1df4c3b6c5f5d0e8
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()