Please pull the following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07: Linux 5.2-rc2 (2019-05-26 16:49:19 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v5.2-rc2-smb3-fixes for you to fetch changes up to 31fad7d41e73731f05b8053d17078638cf850fa6: CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM (2019-05-29 14:02:11 -0500) ---------------------------------------------------------------- 4 small smb3 fixes, two for stable ---------------------------------------------------------------- Colin Ian King (1): cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case Gen Zhang (1): dfs_cache: fix a wrong use of kfree in flush_cache_ent() Murphy Zhou (1): fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_free Roberto Bergantinos Corpas (1): CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM fs/cifs/dfs_cache.c | 4 ++-- fs/cifs/file.c | 4 +++- fs/cifs/smb2pdu.c | 9 ++++++--- 3 files changed, 11 insertions(+), 6 deletions(-) -- Thanks, Steve