[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zz9Zyoho_wbCImkJ@redhat.com>
Date: Thu, 21 Nov 2024 10:03:22 -0600
From: David Teigland <teigland@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, gfs2@...ts.linux.dev
Subject: [GIT PULL] dlm updates for 6.13
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(-)
Powered by blists - more mailing lists