All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dm vdo: fix various minor issues
@ 2024-03-01  4:13 Matthew Sakai
  2024-03-01  4:13 ` [PATCH 1/5] dm vdo slab-depot: delete unnecessary check in allocate_components Matthew Sakai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthew Sakai @ 2024-03-01  4:13 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

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


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

end of thread, other threads:[~2024-03-01  4:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01  4:13 [PATCH 0/5] dm vdo: fix various minor issues Matthew Sakai
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

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.