All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] dm vdo: fix sparse warnings
@ 2024-02-06  2:04 Matthew Sakai
  2024-02-06  2:04 ` [PATCH 1/7] dm vdo: fix sparse warnings about missing statics Matthew Sakai
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Matthew Sakai @ 2024-02-06  2:04 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-06  2:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06  2:04 [PATCH 0/7] dm vdo: fix sparse warnings Matthew Sakai
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

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.