All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-block@vger.kernel.org,
	Alasdair G Kergon <agk@redhat.com>,
	Christoph Hellwig <hch@lst.de>
Subject: [git pull] device mapper fixes for 5.19-rc2
Date: Fri, 10 Jun 2022 19:02:15 -0400	[thread overview]
Message-ID: <YqPNd1xK0MIqRnev@redhat.com> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Mike Snitzer <snitzer@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-block@vger.kernel.org, dm-devel@redhat.com,
	Christoph Hellwig <hch@lst.de>,
	Alasdair G Kergon <agk@redhat.com>
Subject: [dm-devel] [git pull] device mapper fixes for 5.19-rc2
Date: Fri, 10 Jun 2022 19:02:15 -0400	[thread overview]
Message-ID: <YqPNd1xK0MIqRnev@redhat.com> (raw)

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(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


             reply	other threads:[~2022-06-10 23:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10 23:02 Mike Snitzer [this message]
2022-06-10 23:02 ` [dm-devel] [git pull] device mapper fixes for 5.19-rc2 Mike Snitzer
2022-06-11  0:08 ` pr-tracker-bot
2022-06-11  0:08   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YqPNd1xK0MIqRnev@redhat.com \
    --to=snitzer@kernel.org \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=hch@lst.de \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.