Please pull the following changes since commit 1bdbe227492075d058e37cb3d400e6468d0095b5: Merge tag 'vfio-v5.0-rc2' of git://github.com/awilliam/linux-vfio (2019-01-10 09:20:46 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.0-rc1-smb3-fixes for you to fetch changes up to 48d2ba6257013676e57ff69444d5212031aee763: cifs: update internal module version number (2019-01-11 07:14:40 -0600) ---------------------------------------------------------------- A set of cifs/smb3 fixes, 4 for stable, most from Pavel. His patches fix an important set of crediting (flow control) problems, and also two problems in cifs_writepages, addressing some large i/o and also compounding issues. ---------------------------------------------------------------- Aurelien Aptel (1): cifs: move large array from stack to heap Dan Carpenter (2): cifs: Fix a debug message cifs: Fix a tiny potential memory leak Pavel Shilovsky (7): CIFS: Fix adjustment of credits for MTU requests CIFS: Do not set credits to 1 if the server didn't grant anything CIFS: Fix credit computation for compounded requests CIFS: Do not hide EINTR after sending network packets CIFS: Fix credits calculation for cancelled requests CIFS: Move credit processing to mid callbacks for SMB3 CIFS: Fix error paths in writeback code Ross Lagerwall (2): cifs: Limit memory used by lock request calls to a page cifs: Fix potential OOB access of lock element array Steve French (1): cifs: update internal module version number fs/cifs/cifsfs.h | 2 +- fs/cifs/cifsglob.h | 20 ++++++++++++++++++++ fs/cifs/cifssmb.c | 30 ++++++++++++++++++++---------- fs/cifs/connect.c | 7 ++++--- fs/cifs/dfs_cache.c | 1 + fs/cifs/file.c | 45 +++++++++++++++++++++++++++++++++++---------- fs/cifs/inode.c | 10 ++++++++++ fs/cifs/smb2file.c | 8 ++++++-- fs/cifs/smb2pdu.c | 31 ++++++++++++++++++++++--------- fs/cifs/transport.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------ 10 files changed, 211 insertions(+), 65 deletions(-) -- Thanks, Steve