[GIT PULL] dlm updates for 6.13
From: David Teigland
Date: Thu Nov 21 2024 - 11:03:40 EST
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(-)