All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-block@vger.kernel.org,
	Alasdair G Kergon <agk@redhat.com>,
	Akilesh Kailash <akailash@google.com>,
	Colin Ian King <colin.king@canonical.com>,
	Jiazi Li <jqqlijiazi@gmail.com>, Ming Lei <ming.lei@redhat.com>
Subject: [git pull] device mapper fixes for 5.15-rc6
Date: Fri, 15 Oct 2021 16:50:54 -0400	[thread overview]
Message-ID: <YWnprivVeSQHkRxN@redhat.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Colin Ian King <colin.king@canonical.com>,
	linux-block@vger.kernel.org, dm-devel@redhat.com,
	Jiazi Li <jqqlijiazi@gmail.com>,
	Akilesh Kailash <akailash@google.com>,
	Ming Lei <ming.lei@redhat.com>,
	Alasdair G Kergon <agk@redhat.com>
Subject: [dm-devel] [git pull] device mapper fixes for 5.15-rc6
Date: Fri, 15 Oct 2021 16:50:54 -0400	[thread overview]
Message-ID: <YWnprivVeSQHkRxN@redhat.com> (raw)

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

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


             reply	other threads:[~2021-10-15 20:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-15 20:50 Mike Snitzer [this message]
2021-10-15 20:50 ` [dm-devel] [git pull] device mapper fixes for 5.15-rc6 Mike Snitzer
2021-10-16 17:28 ` pr-tracker-bot
2021-10-16 17:28   ` [dm-devel] " 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=YWnprivVeSQHkRxN@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=akailash@google.com \
    --cc=colin.king@canonical.com \
    --cc=dm-devel@redhat.com \
    --cc=jqqlijiazi@gmail.com \
    --cc=linux-block@vger.kernel.org \
    --cc=ming.lei@redhat.com \
    --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.