public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH RESEND v7.1-rc1 0/4] dlm: pending DLM patches
@ 2026-04-27 15:59 Alexander Aring
  2026-04-27 15:59 ` [PATCH RESEND v7.1-rc1 1/4] dlm: use hlist_for_each_entry_srcu for SRCU protected lists Alexander Aring
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexander Aring @ 2026-04-27 15:59 UTC (permalink / raw)
  To: teigland; +Cc: aahringo, gfs2

Hi David,

here are the pending DLM patches for dlm/next.

- using srcu list iterations to be aligned with lockdep
- fixing an issue with hardened kernel and lvb bytearray
  in dlm_callback that is copied to user address space
- fixing an issue with concurrent DLM requests and the
  midcomms sendqueue is out of order that ends in ref
  counting issues
- cleanup midcomms node creation by moving debugfs
  assignment before adding it to the node hash to
  avoid issues that debugfs is not initialiazed if
  concurrent users iterate over the hash.

- Alex

Alexander Aring (2):
  dlm: fix add msg handle in send_queue ordered
  dlm: init per node debugfs before add to node hash

Li RongQing (1):
  dlm: use hlist_for_each_entry_srcu for SRCU protected lists

Ziyi Guo (1):
  dlm: add usercopy whitelist to dlm_cb cache

 fs/dlm/lowcomms.c | 12 ++++++++----
 fs/dlm/memory.c   |  4 +++-
 fs/dlm/midcomms.c | 21 +++++++++++++--------
 3 files changed, 24 insertions(+), 13 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-04-27 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 15:59 [PATCH RESEND v7.1-rc1 0/4] dlm: pending DLM patches Alexander Aring
2026-04-27 15:59 ` [PATCH RESEND v7.1-rc1 1/4] dlm: use hlist_for_each_entry_srcu for SRCU protected lists Alexander Aring
2026-04-27 15:59 ` [PATCH RESEND v7.1-rc1 2/4] dlm: add usercopy whitelist to dlm_cb cache Alexander Aring
2026-04-27 15:59 ` [PATCH RESEND v7.1-rc1 3/4] dlm: fix add msg handle in send_queue ordered Alexander Aring
2026-04-27 15:59 ` [PATCH RESEND v7.1-rc1 4/4] dlm: init per node debugfs before add to node hash Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox