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, 20 Feb 2023 12:36:11 -0600
From:   David Teigland <teigland@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, cluster-devel@...hat.com
Subject: [GIT PULL] dlm updates for 6.3

Hi Linus,

Please pull dlm updates from tag:

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

This patch set fixes some races in the lowcomms startup and shutdown code
that were found by targetted stress testing that quickly and repeatedly
joins and leaves lockspaces.

Thanks,
Dave

Alexander Aring (15):
      fs: dlm: start midcomms before scand
      fs: dlm: fix use after free in midcomms commit
      fs: dlm: be sure to call dlm_send_queue_flush()
      fs: dlm: fix race setting stop tx flag
      fs: dlm: don't set stop rx flag after node reset
      fs: dlm: move sending fin message into state change handling
      fs: dlm: send FIN ack back in right cases
      fs: dlm: bring back previous shutdown handling
      fs: dlm: ignore unexpected non dlm opts msgs
      fs: dlm: wait until all midcomms nodes detect version
      fs: dlm: make dlm sequence id more robust
      fs: dlm: reduce the shutdown timeout to 5 secs
      fs: dlm: remove newline in log_print
      fs: dlm: move state change into else branch
      fs: dlm: remove unnecessary waker_up() calls

Paul E. McKenney (1):
      fs/dlm: Remove "select SRCU"

Yang Yingliang (1):
      fs: dlm: fix return value check in dlm_memory_init()


 fs/dlm/Kconfig     |   1 -
 fs/dlm/lockspace.c |  21 +++++----
 fs/dlm/lowcomms.c  |  77 ++++++++++++++++++++++---------
 fs/dlm/memory.c    |   2 +-
 fs/dlm/midcomms.c  | 131 +++++++++++++++++++++++++++--------------------------
 fs/dlm/midcomms.h  |   1 +
 6 files changed, 136 insertions(+), 97 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ