mbox series

[0/5] dm vdo: fix various minor issues

Message ID cover.1709265967.git.msakai@redhat.com (mailing list archive)
Headers show
Series dm vdo: fix various minor issues | expand

Message

Matthew Sakai March 1, 2024, 4:13 a.m. UTC
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(-)