Please pull the following changes since commit f8f65382c98a28e3c2b20df9dd4231dca5a11682: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2018-09-08 15:52:45 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.19-rc3-smb3-cifs for you to fetch changes up to 097f5863b1a0c9901f180bbd56ae7d630655faaa: cifs: read overflow in is_valid_oplock_break() (2018-09-12 17:13:34 -0500) ---------------------------------------------------------------- fixes for four CIFS/SMB3 potential pointer overflow issues, most for stable, one minor build fix, and a build warning cleanup ---------------------------------------------------------------- Dan Carpenter (4): cifs: prevent integer overflow in nxt_dir_entry() CIFS: fix wrapping bugs in num_entries() cifs: integer overflow in in SMB2_ioctl() cifs: read overflow in is_valid_oplock_break() Stefan Metzmacher (1): fs/cifs: require sha512 Stephen Rothwell (1): fs/cifs: suppress a string overflow warning fs/cifs/Kconfig | 1 + fs/cifs/cifssmb.c | 11 ++++++++--- fs/cifs/misc.c | 8 ++++++++ fs/cifs/readdir.c | 11 +++++++++-- fs/cifs/smb2pdu.c | 29 +++++++++++++++++------------ 5 files changed, 43 insertions(+), 17 deletions(-) -- Thanks, Steve