* [GIT PULL] dlm updates for 6.13
@ 2024-11-21 16:03 David Teigland
2024-11-21 18:05 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Teigland @ 2024-11-21 16:03 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, gfs2
Hi Linus,
Please pull dlm updates from tag:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-6.13
Summary:
- Fix recovery of locks that are being converted between PR/CW modes.
- Fix cleanup of rsb list if recovery is interrupted during recover_members.
- Fix null dereference in debug code if dlm api is called improperly.
- Fix wrong args passed to trace function.
- Move error checks out of add_to_waiters so the function can't fail.
- Clean up some code for configfs.
Thanks,
Dave
Alexander Aring (9):
dlm: fix swapped args sb_flags vs sb_status
dlm: fix possible lkb_resource null dereference
dlm: disallow different configs nodeid storages
dlm: handle port as __be16 network byte order
dlm: use dlm_config as only cluster configuration
dlm: dlm_config_info config fields to unsigned int
dlm: make add_to_waiters() that it can't fail
dlm: fix recovery of middle conversions
dlm: fix dlm_recover_members refcount on error
fs/dlm/ast.c | 2 +-
fs/dlm/config.c | 170 +++++++++++++++++++++++++++++-------------------------
fs/dlm/config.h | 26 ++++-----
fs/dlm/lock.c | 73 ++++++++++-------------
fs/dlm/lowcomms.c | 8 +--
fs/dlm/member.c | 2 +-
fs/dlm/recover.c | 35 ++++++-----
fs/dlm/recoverd.c | 2 +-
8 files changed, 165 insertions(+), 153 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-21 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 16:03 [GIT PULL] dlm updates for 6.13 David Teigland
2024-11-21 18:05 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox