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