[GIT PULL] 3 small SMB3 fixes
From: Steve French
Date: Sat Dec 14 2019 - 00:56:56 EST
Please pull the following changes since commit
e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.5-rc1-smb3-fixes
for you to fetch changes up to d9191319358da13ee6a332fb9bf745f2181a612a:
CIFS: Close cached root handle only if it has a lease (2019-12-13
00:49:57 -0600)
----------------------------------------------------------------
3 small smb3 fixes: addresses two recent issues reported in
additional testing during rc1, a refcount underflow and a problem with
an intermittent crash in SMB2_open_init
----------------------------------------------------------------
Pavel Shilovsky (1):
CIFS: Close cached root handle only if it has a lease
Steve French (2):
smb3: fix refcount underflow warning on unmount when no directory leases
SMB3: Fix crash in SMB2_open_init due to uninitialized field in
compounding path
fs/cifs/cifsglob.h | 2 +-
fs/cifs/cifssmb.c | 3 +++
fs/cifs/smb2inode.c | 1 +
fs/cifs/smb2ops.c | 19 ++++++++++++++++++-
fs/cifs/smb2pdu.c | 2 +-
fs/cifs/smb2proto.h | 2 ++
6 files changed, 26 insertions(+), 3 deletions(-)
--
Thanks,
Steve