Please pull the following changes since commit 618d919cae2fcaadc752f27ddac8b939da8b441a: Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm (2019-04-15 16:48:51 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.1-rc5-smb3-fixes for you to fetch changes up to b98749cac4a695f084a5ff076f4510b23e353ecd: CIFS: keep FileInfo handle live during oplock break (2019-04-16 09:38:38 -0500) ---------------------------------------------------------------- Five small SMB3 fixes, all also for stable: an important fix for an oplock (lease) bug, a handle leak fix, and fixes for 3 bugs spotted by KASAN ---------------------------------------------------------------- Aurelien Aptel (1): CIFS: keep FileInfo handle live during oplock break Ronnie Sahlberg (1): cifs: fix handle leak in smb2_query_symlink() ZhangXiaoxu (3): cifs: Fix use-after-free in SMB2_write cifs: Fix use-after-free in SMB2_read cifs: Fix lease buffer length error fs/cifs/cifsglob.h | 2 ++ fs/cifs/file.c | 30 +++++++++++++++++++++++++----- fs/cifs/misc.c | 25 +++++++++++++++++++++++-- fs/cifs/smb2misc.c | 6 +++--- fs/cifs/smb2ops.c | 2 ++ fs/cifs/smb2pdu.c | 11 +++++++---- 6 files changed, 62 insertions(+), 14 deletions(-) -- Thanks, Steve