mbox series

[git,pull] device mapper fixes for 5.18-rc1

Message ID YkdSBEf1PpU9w2qs@redhat.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] device mapper fixes for 5.18-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.18/dm-fixes

Message

Mike Snitzer April 1, 2022, 7:27 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 1, 2022, 11:43 p.m. UTC | #1
The pull request you sent on Fri, 1 Apr 2022 15:27:00 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.18/dm-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fe35fdb30511f845608571f7c09062ebb94d96c2

Thank you!