mbox series

[git,pull] device mapper fixes for 5.19-rc2

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

Pull-request

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

Message

Mike Snitzer June 10, 2022, 11:02 p.m. UTC
Hi Linus,

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19/dm-fixes-2

for you to fetch changes up to dddf30564054796696bcd4c462b232a5beacf72c:

  dm: fix zoned locking imbalance due to needless check in clone_endio (2022-06-10 15:23:54 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix DM core's bioset initialization so that blk integrity pool is
  properly setup. Remove now unused bioset_init_from_src.

- Fix DM zoned hang from locking imbalance due to needless check in
  clone_endio().

----------------------------------------------------------------
Christoph Hellwig (2):
      dm: fix bio_set allocation
      block: remove bioset_init_from_src

Mike Snitzer (1):
      dm: fix zoned locking imbalance due to needless check in clone_endio

 block/bio.c           |  20 ---------
 drivers/md/dm-core.h  |  11 ++++-
 drivers/md/dm-rq.c    |   2 +-
 drivers/md/dm-table.c |  11 -----
 drivers/md/dm.c       | 110 +++++++++++++++++---------------------------------
 drivers/md/dm.h       |   2 -
 include/linux/bio.h   |   1 -
 7 files changed, 46 insertions(+), 111 deletions(-)

Comments

pr-tracker-bot@kernel.org June 11, 2022, 12:08 a.m. UTC | #1
The pull request you sent on Fri, 10 Jun 2022 19:02:15 -0400:

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

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

Thank you!