Please pull the following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.10-rc6-smb3-fixes for you to fetch changes up to 212253367dc7b49ed3fc194ce71b0992eacaecf2: cifs: fix potential use-after-free in cifs_echo_request() (2020-11-30 15:23:45 -0600) ---------------------------------------------------------------- Two smb3 fixes for stable including a use after free fix, and one for signal handling in read. Build verification test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/441 ---------------------------------------------------------------- Paulo Alcantara (2): cifs: allow syscalls to be restarted in __smb_send_rqst() cifs: fix potential use-after-free in cifs_echo_request() fs/cifs/connect.c | 2 ++ fs/cifs/transport.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) -- Thanks, Steve