Please pull the following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576: Linux 5.10-rc4 (2020-11-15 16:44:31 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.10-rc5-smb3-fixes for you to fetch changes up to 1254100030b3377e8302f9c75090ab191d73ee7c: smb3: Handle error case during offload read path (2020-11-15 23:05:33 -0600) ---------------------------------------------------------------- Four smb3 fixes for stable: one fixes a memleak, the other three address a problem found with decryption offload that can cause a use after free. This PR was delayed due to changes to the cifs/smb3 testing infrastructure (multiple testing configuration changes and improvements). There are a few additional cifs/smb3 fixes in progress that can now be finished and tested that I will send with later PR. Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/437 ---------------------------------------------------------------- Namjae Jeon (1): cifs: fix a memleak with modefromsid Rohith Surabattula (3): smb3: Call cifs reconnect from demultiplex thread smb3: Avoid Mid pending list corruption smb3: Handle error case during offload read path fs/cifs/cifsacl.c | 1 + fs/cifs/smb2ops.c | 88 +++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 74 insertions(+), 15 deletions(-) -- Thanks, Steve