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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 20 Jan 2022 00:14:38 -0600
From:   Steve French <smfrench@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Namjae Jeon <linkinjeon@...nel.org>,
        CIFS <linux-cifs@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ksmbd fixes

Please pull the following changes since commit
fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:

  Linux 5.16-rc7 (2021-12-26 13:17:17 -0800)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/5.17-rc-ksmbd-server-fixes

for you to fetch changes up to ac090d9c90b087d6fb714e54b2a6dd1e6c373ed6:

  ksmbd: fix guest connection failure with nautilus (2022-01-18 16:53:20 -0600)

----------------------------------------------------------------
23 ksmbd server fixes, 2 for stable
- authentication fix
- 7 RDMA (smbdirect) fixes (including fix for a memory corruption, and
some performance improvements)
- multiple improvements for multichannel
- misc fixes including for 3 for crediting (flow control) improvements
- 5 cleanup fixes, including 3 kernel doc fixes

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/8/builds/98
----------------------------------------------------------------
Dan Carpenter (1):
      ksmbd: uninitialized variable in create_socket()

Hyunchul Lee (6):
      ksmbd: use oid registry functions to decode OIDs
      ksmbd: register ksmbd ib client with ib_register_client()
      ksmbd: smbd: call rdma_accept() under CM handler
      ksmbd: smbd: create MR pool
      ksmbd: smbd: change the default maximum read/write, receive size
      ksmbd: smbd: fix missing client's memory region invalidation

Marios Makassikis (2):
      ksmbd: Remove unused parameter from smb2_get_name()
      ksmbd: Remove unused fields from ksmbd_file struct definition

Namjae Jeon (9):
      ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
      ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO
      ksmbd: fix multi session connection failure
      ksmbd: set 445 port to smbdirect port by default
      ksmbd: add support for smb2 max credit parameter
      ksmbd: move credit charge deduction under processing request
      ksmbd: limits exceeding the maximum allowable outstanding requests
      ksmbd: add reserved room in ipc request/response
      ksmbd: fix guest connection failure with nautilus

Yang Li (4):
      ksmbd: Fix buffer_check_err() kernel-doc comment
      ksmbd: Fix smb2_set_info_file() kernel-doc comment
      ksmbd: Delete an invalid argument description in
smb2_populate_readdir_entry()
      ksmbd: Fix smb2_get_name() kernel-doc comment

Yufan Chen (1):
      ksmbd: add smb-direct shutdown

 fs/ksmbd/asn1.c              | 142 +++++--------------------------
 fs/ksmbd/auth.c              |  27 +++---
 fs/ksmbd/auth.h              |  10 +--
 fs/ksmbd/connection.c        |  10 ++-
 fs/ksmbd/connection.h        |  12 +--
 fs/ksmbd/ksmbd_netlink.h     |  12 ++-
 fs/ksmbd/mgmt/user_config.c  |  10 +++
 fs/ksmbd/mgmt/user_config.h  |   1 +
 fs/ksmbd/mgmt/user_session.h |   1 -
 fs/ksmbd/smb2misc.c          |  18 ++--
 fs/ksmbd/smb2ops.c           |  16 +++-
 fs/ksmbd/smb2pdu.c           | 222
++++++++++++++++++++++++++----------------------
 fs/ksmbd/smb2pdu.h           |   1 +
 fs/ksmbd/smb_common.h        |   1 +
 fs/ksmbd/transport_ipc.c     |   2 +
 fs/ksmbd/transport_rdma.c    | 261
++++++++++++++++++++++++++++++++++++++++++++-------------
 fs/ksmbd/transport_rdma.h    |   4 +-
 fs/ksmbd/transport_tcp.c     |   3 +-
 fs/ksmbd/vfs_cache.h         |  10 ---
 19 files changed, 429 insertions(+), 334 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ