All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] dlm updates for 6.3
@ 2023-02-20 18:36 ` David Teigland
  0 siblings, 0 replies; 4+ messages in thread
From: David Teigland @ 2023-02-20 18:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, cluster-devel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] [GIT PULL] dlm updates for 6.3
@ 2023-02-20 18:36 ` David Teigland
  0 siblings, 0 replies; 4+ messages in thread
From: David Teigland @ 2023-02-20 18:36 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] dlm updates for 6.3
  2023-02-20 18:36 ` [Cluster-devel] " David Teigland
@ 2023-02-20 21:11   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-02-20 21:11 UTC (permalink / raw)
  To: David Teigland; +Cc: Linus Torvalds, linux-kernel, cluster-devel

The pull request you sent on Mon, 20 Feb 2023 12:36:11 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eca3a04f140a7380d8a7b4cd89d681706a69380c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] [GIT PULL] dlm updates for 6.3
@ 2023-02-20 21:11   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-02-20 21:11 UTC (permalink / raw)
  To: cluster-devel.redhat.com

The pull request you sent on Mon, 20 Feb 2023 12:36:11 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eca3a04f140a7380d8a7b4cd89d681706a69380c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-20 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 18:36 [GIT PULL] dlm updates for 6.3 David Teigland
2023-02-20 18:36 ` [Cluster-devel] " David Teigland
2023-02-20 21:11 ` pr-tracker-bot
2023-02-20 21:11   ` [Cluster-devel] " pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.