[PATCH RESEND v7.1-rc1 0/4] dlm: pending DLM patches
Alexander Aring <[email protected]> Mon, 27 Apr 2026 11:59:31 -0400
| Newsgroups | dev.linux.lists.gfs2 |
|---|---|
| Message-ID | <[email protected]> |
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