All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-block@vger.kernel.org, dm-devel@redhat.com,
	Mikulas Patocka <mpatocka@redhat.com>,
	Milan Broz <gmazyland@gmail.com>,
	Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 5.0-rc6
Date: Thu, 7 Feb 2019 11:58:40 -0500	[thread overview]
Message-ID: <20190207165840.GA62096@redhat.com> (raw)

Hi Linus,

Both of these fixes address issues in changes merged for 5.0-rc4.

The following changes since commit 8834f5600cf3c8db365e18a3d5cac2c2780c81e5:

  Linux 5.0-rc5 (2019-02-03 13:48:04 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fa8db4948f5224dae33a0e783e7dec682e145f88:

  dm: don't use bio_trim() afterall (2019-02-06 17:24:37 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix DM core's missing memory barrier before waitqueue_active() calls.

- Fix DM core's clone_bio() to work when cloning a subset of a bio with
  an integrity payload; bio_integrity_trim() wasn't getting called due
  to bio_trim()'s early return.

----------------------------------------------------------------
Mike Snitzer (1):
      dm: don't use bio_trim() afterall

Mikulas Patocka (1):
      dm: add memory barrier before waitqueue_active

 drivers/md/dm-rq.c | 2 +-
 drivers/md/dm.c    | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
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>,
	Mikulas Patocka <mpatocka@redhat.com>,
	Milan Broz <gmazyland@gmail.com>
Subject: [git pull] device mapper fixes for 5.0-rc6
Date: Thu, 7 Feb 2019 11:58:40 -0500	[thread overview]
Message-ID: <20190207165840.GA62096@redhat.com> (raw)

Hi Linus,

Both of these fixes address issues in changes merged for 5.0-rc4.

The following changes since commit 8834f5600cf3c8db365e18a3d5cac2c2780c81e5:

  Linux 5.0-rc5 (2019-02-03 13:48:04 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fa8db4948f5224dae33a0e783e7dec682e145f88:

  dm: don't use bio_trim() afterall (2019-02-06 17:24:37 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix DM core's missing memory barrier before waitqueue_active() calls.

- Fix DM core's clone_bio() to work when cloning a subset of a bio with
  an integrity payload; bio_integrity_trim() wasn't getting called due
  to bio_trim()'s early return.

----------------------------------------------------------------
Mike Snitzer (1):
      dm: don't use bio_trim() afterall

Mikulas Patocka (1):
      dm: add memory barrier before waitqueue_active

 drivers/md/dm-rq.c | 2 +-
 drivers/md/dm.c    | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

             reply	other threads:[~2019-02-07 16:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07 16:58 Mike Snitzer [this message]
2019-02-07 16:58 ` [git pull] device mapper fixes for 5.0-rc6 Mike Snitzer
2019-02-07 23:05 ` pr-tracker-bot
2019-02-07 23:05   ` 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=20190207165840.GA62096@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=gmazyland@gmail.com \
    --cc=linux-block@vger.kernel.org \
    --cc=mpatocka@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.