Please pull the following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258: Linux 5.8-rc4 (2020-07-05 16:20:22 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.8-rc4-smb3-fixes for you to fetch changes up to a8dab63ea623610bb258d93649e30330dd1b7c8b: cifs: update internal module version number (2020-07-09 10:07:09 -0500) ---------------------------------------------------------------- 4 cifs/smb3 fixes: the three for stable fix problems found recently with change notification including a reference count leak Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/367 ---------------------------------------------------------------- Ronnie Sahlberg (1): cifs: fix reference leak for tlink Steve French (3): smb3: fix access denied on change notify request to some servers smb3: fix unneeded error message on change notify cifs: update internal module version number yangerkun (1): cifs: remove the retry in cifs_poxis_lock_set fs/cifs/cifsfs.h | 2 +- fs/cifs/file.c | 19 ++++++------------- fs/cifs/ioctl.c | 9 ++++++++- fs/cifs/smb2misc.c | 8 ++++++-- fs/cifs/smb2ops.c | 2 +- 5 files changed, 22 insertions(+), 18 deletions(-) -- Thanks, Steve