[GIT PULL] CIFS/SMB3 Fixes

From: Steve French
Date: Sun Dec 20 2020 - 23:30:18 EST


Please pull the following changes since commit
e13300bdaa68f5487000e66baed1ff69bcb510bf:

Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
(2020-12-17 17:41:37 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc-smb3-part2

for you to fetch changes up to 9541b81322e60120b299222919957becd7a13683:

Add SMB 2 support for getting and setting SACLs (2020-12-18 23:32:04 -0600)

----------------------------------------------------------------
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.

Testing results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/466
----------------------------------------------------------------
Boris Protopopov (2):
SMB3: Add support for getting and setting SACLs
Add SMB 2 support for getting and setting SACLs

Dan Carpenter (3):
cifs: Delete a stray unlock in cifs_swn_reconnect()
cifs: Unlock on errors in cifs_swn_reconnect()
cifs: Re-indent cifs_swn_reconnect()

Samuel Cabrero (1):
cifs: Avoid error pointer dereference

fs/cifs/cifs_swn.c | 73 +++++++++++++++++++++++------------------------
fs/cifs/cifsacl.c | 15 ++++++----
fs/cifs/cifsglob.h | 4 +--
fs/cifs/cifspdu.h | 2 ++
fs/cifs/cifsproto.h | 4 +--
fs/cifs/connect.c | 1 +
fs/cifs/smb2ops.c | 35 ++++++++++++++---------
fs/cifs/smb2pdu.c | 7 +++--
fs/cifs/smb2proto.h | 4 +--
fs/cifs/xattr.c | 81 +++++++++++++++++++++++++++++++++++++++--------------
10 files changed, 140 insertions(+), 86 deletions(-)

--
Thanks,

Steve