mbox series

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

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

Pull-request

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

Message

Mike Snitzer Feb. 7, 2019, 4:58 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 7, 2019, 11:05 p.m. UTC | #1
The pull request you sent on Thu, 7 Feb 2019 11:58:40 -0500:

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

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

Thank you!