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:   Mon, 12 Oct 2020 13:20:53 -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.10

Hi Linus,

Please pull dlm updates from tag:

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

This set continues the ongoing rework of the low level
communication layer in the dlm.  The focus here is on
improvements to connection handling, and reworking the
receiving of messages.

Thanks,
Dave

Alexander Aring (13):
      fs: dlm: synchronize dlm before shutdown
      fs: dlm: make connection hash lockless
      fs: dlm: fix dlm_local_addr memory leak
      fs: dlm: fix configfs memory leak
      fs: dlm: move free writequeue into con free
      fs: dlm: handle possible othercon writequeues
      fs: dlm: use free_con to free connection
      fs: dlm: remove lock dependency warning
      fs: dlm: fix mark per nodeid setting
      fs: dlm: handle range check as callback
      fs: dlm: disallow buffer size below default
      fs: dlm: rework receive handling
      fs: dlm: fix race in nodeid2con

 fs/dlm/Kconfig    |   1 +
 fs/dlm/config.c   |  66 ++++++-----
 fs/dlm/config.h   |   4 +-
 fs/dlm/lowcomms.c | 329 ++++++++++++++++++++++++++----------------------------
 fs/dlm/midcomms.c | 136 +++++++++-------------
 fs/dlm/midcomms.h |   3 +-
 6 files changed, 260 insertions(+), 279 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ