mbox series

[git,pull] device mapper fixes for 5.15-rc6

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

Pull-request

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

Message

Mike Snitzer Oct. 15, 2021, 8:50 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 16, 2021, 5:28 p.m. UTC | #1
The pull request you sent on Fri, 15 Oct 2021 16:50:54 -0400:

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

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

Thank you!