Hi Linus, The following changes since commit 3f7282139fe1594be464b90141d56738e7a0ea8a: Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block (2022-03-26 12:01:35 -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.18/dm-fixes for you to fetch changes up to 5291984004edfcc7510024e52eaed044573b79c7: dm: fix bio polling to handle possibile BLK_STS_AGAIN (2022-04-01 13:23:12 -0400) Please pull, thanks. Mike ---------------------------------------------------------------- - Fix DM integrity shrink crash due to journal entry not being marked unused. - Fix DM bio polling to handle possibility that underlying device(s) return BLK_STS_AGAIN during submission. - Fix dm_io and dm_target_io flags race condition on Alpha. - Add some pr_err debugging to help debug cases when DM ioctl structure is corrupted. ---------------------------------------------------------------- Mikulas Patocka (3): dm ioctl: log an error if the ioctl structure is corrupted dm integrity: set journal entry unused when shrinking device dm: fix dm_io and dm_target_io flags race condition on Alpha Ming Lei (1): dm: fix bio polling to handle possibile BLK_STS_AGAIN drivers/md/dm-core.h | 4 ++-- drivers/md/dm-integrity.c | 6 ++++-- drivers/md/dm-ioctl.c | 15 ++++++++++++--- drivers/md/dm.c | 20 +++++++++++++------- include/linux/blk_types.h | 2 ++ 5 files changed, 33 insertions(+), 14 deletions(-)