Hi Linus, The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc: Linux 5.15-rc5 (2021-10-10 17:01:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.15/dm-fixes for you to fetch changes up to d208b89401e073de986dc891037c5a668f5d5d95: dm: fix mempool NULL pointer race when completing IO (2021-10-12 13:54:10 -0400) Please pull, thanks. Mike ---------------------------------------------------------------- - Fix DM verity target to skip redundant processing on I/O errors. - Fix request-based DM so that it doesn't queue request to blk-mq when DM device is suspended. - Fix DM core mempool NULL pointer race when completing IO. - Make DM clone target's 'descs' array static. ---------------------------------------------------------------- Akilesh Kailash (1): dm verity: skip redundant verity_handle_err() on I/O errors Colin Ian King (1): dm clone: make array 'descs' static Jiazi Li (1): dm: fix mempool NULL pointer race when completing IO Ming Lei (1): dm rq: don't queue request to blk-mq during DM suspend drivers/md/dm-clone-target.c | 2 +- drivers/md/dm-rq.c | 8 ++++++++ drivers/md/dm-verity-target.c | 15 ++++++++++++--- drivers/md/dm.c | 17 ++++++++++------- 4 files changed, 31 insertions(+), 11 deletions(-)