From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, cluster-devel@redhat.com
Subject: [GIT PULL] dlm updates for 6.3
Date: Mon, 20 Feb 2023 12:36:11 -0600 [thread overview]
Message-ID: <20230220183611.GA11414@redhat.com> (raw)
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(-)
next reply other threads:[~2023-02-20 18:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-20 18:36 David Teigland [this message]
2023-02-20 21:11 ` [GIT PULL] dlm updates for 6.3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230220183611.GA11414@redhat.com \
--to=teigland@redhat.com \
--cc=cluster-devel@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).