All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, gfs2@lists.linux.dev
Subject: [GIT PULL] dlm updates for 6.13
Date: Thu, 21 Nov 2024 10:03:22 -0600	[thread overview]
Message-ID: <Zz9Zyoho_wbCImkJ@redhat.com> (raw)

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(-)


             reply	other threads:[~2024-11-21 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-21 16:03 David Teigland [this message]
2024-11-21 18:05 ` [GIT PULL] dlm updates for 6.13 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zz9Zyoho_wbCImkJ@redhat.com \
    --to=teigland@redhat.com \
    --cc=gfs2@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.