[Cluster-devel] [GIT PULL] dlm updates for 6.3

David Teigland teigland at redhat.com
Mon Feb 20 18:36:11 UTC 2023


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(-)



More information about the Cluster-devel mailing list