Please pull the following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241: Linux 5.4-rc4 (2019-10-20 15:56:22 -0400) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.4-rc5-smb3-fixes for you to fetch changes up to d46b0da7a33dd8c99d969834f682267a45444ab3: cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs (2019-10-24 21:35:04 -0500) ---------------------------------------------------------------- Seven small cifs/smb3 fixes, including three for stable Buildbot regression test run: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/272 ---------------------------------------------------------------- Chuhong Yuan (1): cifs: Fix missed free operations Dave Wysochanski (1): cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs Paulo Alcantara (SUSE) (1): cifs: Handle -EINPROGRESS only when noblockcnt is set Pavel Shilovsky (2): CIFS: Fix retry mid list corruption on reconnects CIFS: Fix use after free of file info structures Roberto Bergantinos Corpas (1): CIFS: avoid using MID 0xFFFF Steve French (1): cifs: clarify comment about timestamp granularity for old servers fs/cifs/cifsfs.c | 8 +++++++- fs/cifs/cifsglob.h | 5 +++++ fs/cifs/cifsproto.h | 1 + fs/cifs/connect.c | 18 +++++++++++++++--- fs/cifs/file.c | 29 ++++++++++++++++++----------- fs/cifs/inode.c | 4 ++-- fs/cifs/smb1ops.c | 3 +++ fs/cifs/smb2file.c | 2 +- fs/cifs/transport.c | 42 +++++++++++++++++++++++------------------- 9 files changed, 75 insertions(+), 37 deletions(-) -- Thanks, Steve