[GIT PULL] SMB3 fixes

From: Steve French
Date: Fri May 28 2021 - 18:45:01 EST


Please pull the following changes since commit
c4681547bcce777daf576925a966ffa824edd09d:

Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.13-rc4-smb3

for you to fetch changes up to 1bb56810677f26b78d57a3038054943efd334a1c:

cifs: change format of CIFS_FULL_KEY_DUMP ioctl (2021-05-27 15:26:32 -0500)

----------------------------------------------------------------
3 SMB3 fixes: two for stable, including a fix for "UNSAFE MEMORY"
message logged, and the other fix addresses a problem pointed out with
a recently added ioctl including a build error on ARM)

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/659
----------------------------------------------------------------
Aurelien Aptel (2):
cifs: set server->cipher_type to AES-128-CCM for SMB3.0
cifs: change format of CIFS_FULL_KEY_DUMP ioctl

Shyam Prasad N (1):
cifs: fix string declarations and assignments in tracepoints

fs/cifs/cifs_ioctl.h | 25 +++++++++++++++++++------
fs/cifs/cifspdu.h | 3 ++-
fs/cifs/ioctl.c | 143
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
fs/cifs/smb2pdu.c | 7 +++++++
fs/cifs/trace.h | 29 +++++++++++++++++------------
5 files changed, 150 insertions(+), 57 deletions(-)


--
Thanks,

Steve