From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 0/7] dm vdo: fix sparse warnings
Date: Mon, 5 Feb 2024 21:04:15 -0500 [thread overview]
Message-ID: <cover.1707184413.git.msakai@redhat.com> (raw)
Fix warnings from sparse.
Mike Snitzer (6):
dm vdo: fix sparse warnings about missing statics
dm vdo: fix sparse 'warning: Using plain integer as NULL pointer'
dm vdo: fix various blk_opf_t sparse warnings
dm vdo data-vio: silence sparse warnings about locking context
imbalances
dm vdo dedupe: silence sparse warnings about locking context
imbalances
dm vdo recovery-journal: fix sparse 'mixed bitwiseness' warning
Susan LeGendre-McGhee (1):
dm vdo: move encoding constants to encodings.h
drivers/md/dm-vdo/Makefile | 1 -
drivers/md/dm-vdo/block-map.c | 4 +--
drivers/md/dm-vdo/constants.c | 15 -----------
drivers/md/dm-vdo/constants.h | 12 +++------
drivers/md/dm-vdo/data-vio.c | 39 ++++++++++++++++------------
drivers/md/dm-vdo/dedupe.c | 2 ++
drivers/md/dm-vdo/encodings.c | 2 +-
drivers/md/dm-vdo/encodings.h | 6 +++++
drivers/md/dm-vdo/index.c | 8 +++---
drivers/md/dm-vdo/io-submitter.c | 2 +-
drivers/md/dm-vdo/io-submitter.h | 4 +--
drivers/md/dm-vdo/recovery-journal.c | 4 +--
drivers/md/dm-vdo/vdo.c | 3 ++-
drivers/md/dm-vdo/vio.c | 4 +--
drivers/md/dm-vdo/vio.h | 4 +--
15 files changed, 52 insertions(+), 58 deletions(-)
delete mode 100644 drivers/md/dm-vdo/constants.c
--
2.42.0
next reply other threads:[~2024-02-06 2:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-06 2:04 Matthew Sakai [this message]
2024-02-06 2:04 ` [PATCH 1/7] dm vdo: fix sparse warnings about missing statics Matthew Sakai
2024-02-06 2:04 ` [PATCH 2/7] dm vdo: fix sparse 'warning: Using plain integer as NULL pointer' Matthew Sakai
2024-02-06 2:04 ` [PATCH 3/7] dm vdo: fix various blk_opf_t sparse warnings Matthew Sakai
2024-02-06 2:04 ` [PATCH 4/7] dm vdo data-vio: silence sparse warnings about locking context imbalances Matthew Sakai
2024-02-06 2:04 ` [PATCH 5/7] dm vdo dedupe: " Matthew Sakai
2024-02-06 2:04 ` [PATCH 6/7] dm vdo recovery-journal: fix sparse 'mixed bitwiseness' warning Matthew Sakai
2024-02-06 2:04 ` [PATCH 7/7] dm vdo: move encoding constants to encodings.h 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.1707184413.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.