From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 0/5] dm vdo: fix various minor issues
Date: Thu, 29 Feb 2024 23:13:48 -0500 [thread overview]
Message-ID: <cover.1709265967.git.msakai@redhat.com> (raw)
Fix several issues reported by upstream contributors.
Chung Chung (1):
dm vdo: clean up scnprintf usage
Dan Carpenter (1):
dm vdo slab-depot: delete unnecessary check in allocate_components
Mike Snitzer (3):
dm vdo flush: initialize return to NULL in allocate_flush
dm vdo indexer-volume: fix missing mutex_lock in process_entry
dm vdo: include <asm/current.h> to resolve current being undeclared
drivers/md/dm-vdo/flush.c | 2 +-
drivers/md/dm-vdo/logger.c | 1 +
drivers/md/dm-vdo/message-stats.c | 818 ++++++++--------------------
drivers/md/dm-vdo/slab-depot.c | 3 -
drivers/md/dm-vdo/thread-registry.c | 1 +
drivers/md/dm-vdo/thread-utils.c | 1 +
drivers/md/dm-vdo/volume.c | 2 +-
7 files changed, 244 insertions(+), 584 deletions(-)
--
2.42.0
next reply other threads:[~2024-03-01 4:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-01 4:13 Matthew Sakai [this message]
2024-03-01 4:13 ` [PATCH 1/5] dm vdo slab-depot: delete unnecessary check in allocate_components Matthew Sakai
2024-03-01 4:13 ` [PATCH 2/5] dm vdo flush: initialize return to NULL in allocate_flush Matthew Sakai
2024-03-01 4:13 ` [PATCH 3/5] dm vdo indexer-volume: fix missing mutex_lock in process_entry Matthew Sakai
2024-03-01 4:13 ` [PATCH 4/5] dm vdo: include <asm/current.h> to resolve current being undeclared Matthew Sakai
2024-03-01 4:13 ` [PATCH 5/5] dm vdo: clean up scnprintf usage Matthew Sakai
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=cover.1709265967.git.msakai@redhat.com \
--to=msakai@redhat.com \
--cc=dm-devel@lists.linux.dev \
/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.