Please pull the following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.7-rc-smb3-fixes for you to fetch changes up to 9692ea9d3288a201df762868a52552b2e07e1c55: smb3: remove overly noisy debug line in signing errors (2020-04-16 12:23:40 -0500) ---------------------------------------------------------------- Three small smb3 fixes: two debug related (helping network tracing for SMB2 mounts, and the other removing an unintended debug line on signing failures), and one fixing a performance problem with 64K pages Regression testing results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/344 ---------------------------------------------------------------- Jones Syue (1): cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+ Ronnie Sahlberg (1): cifs: dump the session id and keys also for SMB2 sessions Steve French (1): smb3: remove overly noisy debug line in signing errors fs/cifs/cifssmb.c | 4 ++++ fs/cifs/inode.c | 2 +- fs/cifs/smb2pdu.c | 15 +++++++++++++++ fs/cifs/smb2transport.c | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) -- Thanks, Steve