Merge tag 'for-5.18/dm-fixes' of...
Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm Pull device mapper fixes from Mike Snitzer: - 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. * tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm: fix bio polling to handle possibile BLK_STS_AGAIN dm: fix dm_io and dm_target_io flags race condition on Alpha dm integrity: set journal entry unused when shrinking device dm ioctl: log an error if the ioctl structure is corrupted
Showing
- drivers/md/dm-core.h 2 additions, 2 deletionsdrivers/md/dm-core.h
- drivers/md/dm-integrity.c 4 additions, 2 deletionsdrivers/md/dm-integrity.c
- drivers/md/dm-ioctl.c 12 additions, 3 deletionsdrivers/md/dm-ioctl.c
- drivers/md/dm.c 13 additions, 7 deletionsdrivers/md/dm.c
- include/linux/blk_types.h 2 additions, 0 deletionsinclude/linux/blk_types.h
Please register or sign in to comment