lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mu1iahVN8nRxPs1Pxu0m+XuMo+ePaKQph-xsbKuTfgbZQ@mail.gmail.com>
Date:   Sat, 11 Apr 2020 21:26:01 -0500
From:   Steve French <smfrench@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] cifs/smb3 fixes

Please pull the following changes since commit
645c248d6fc4350562766fefd8ba1d7defe4b5e7:

  Merge tag '5.7-rc-smb3-fixes-part1' of
git://git.samba.org/sfrench/cifs-2.6 (2020-03-31 14:30:10 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/5.7-rc-smb3-fixes-part2

for you to fetch changes up to 4e8aea30f7751ce7c4b158aa0c04e7744d281cc3:

  smb3: enable swap on SMB3 mounts (2020-04-10 13:32:32 -0500)

----------------------------------------------------------------
10 cifs/smb3 fixes
  - five RDMA (smbdirect) related
  - add experimental support for swap over SMB3 mounts
  - also adds fix which improves performance of signed connections

Regression testing results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/343
----------------------------------------------------------------
Aurelien Aptel (1):
      cifs: ignore cached share root handle closing errors

Long Li (6):
      cifs: smbd: Merge code to track pending packets
      cifs: smbd: Check send queue size before posting a send
      cifs: smbd: Update receive credits before sending and deal with
credits roll back on failure before sending
      cifs: Allocate crypto structures on the fly for calculating
signatures of incoming packets
      cifs: smbd: Properly process errors on ib_post_send
      cifs: smbd: Do not schedule work to send immediate packet on every receive

Steve French (3):
      smb3: smbdirect support can be configured by default
      smb3: change noisy error message to FYI
      smb3: enable swap on SMB3 mounts

 fs/cifs/Kconfig         |   2 +-
 fs/cifs/cifs_debug.c    |   6 +-
 fs/cifs/cifsfs.c        |   4 +
 fs/cifs/cifsglob.h      |   4 +-
 fs/cifs/file.c          |  61 ++++++++++
 fs/cifs/inode.c         |   4 +
 fs/cifs/readdir.c       |   2 +-
 fs/cifs/smb2misc.c      |  14 +++
 fs/cifs/smb2proto.h     |   6 +-
 fs/cifs/smb2transport.c |  87 +++++++++-----
 fs/cifs/smbdirect.c     | 313 +++++++++++++++++++-----------------------------
 fs/cifs/smbdirect.h     |   7 +-
 12 files changed, 272 insertions(+), 238 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ