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]
Date:   Thu, 2 Sep 2021 09:17:45 -0500
From:   David Teigland <teigland@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] dlm updates for 5.15

Hi Linus,

Please pull dlm updates from tag:

git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-5.15

This set includes a number of minor fixes and cleanups
related to the networking changes in the last release.
A patch to delay ack messages reduces network traffic
significantly.

Thanks,
Dave

Alexander Aring (15):
      fs: dlm: use sk->sk_socket instead of con->sock
      fs: dlm: use READ_ONCE for config var
      fs: dlm: fix typo in tlv prefix
      fs: dlm: clear CF_APP_LIMITED on close
      fs: dlm: cleanup and remove _send_rcom
      fs: dlm: introduce con_next_wq helper
      fs: dlm: move to static proto ops
      fs: dlm: introduce generic listen
      fs: dlm: auto load sctp module
      fs: dlm: generic connect func
      fs: dlm: fix multiple empty writequeue alloc
      fs: dlm: move receive loop into receive handler
      fs: dlm: implement delayed ack handling
      fs: dlm: fix return -EINTR on recovery stopped
      fs: dlm: avoid comms shutdown delay in release_lockspace

 fs/dlm/dir.c          |   4 +-
 fs/dlm/dlm_internal.h |   2 +-
 fs/dlm/lockspace.c    |   3 +-
 fs/dlm/lowcomms.c     | 770 +++++++++++++++++++++++++-------------------------
 fs/dlm/lowcomms.h     |   1 +
 fs/dlm/member.c       |   4 +-
 fs/dlm/midcomms.c     |  56 +++-
 fs/dlm/rcom.c         |  29 +-
 fs/dlm/recoverd.c     |   4 +-
 9 files changed, 458 insertions(+), 415 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ