mbox series

[git,pull] device mapper fixes for 5.13-rc3

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

Pull-request

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

Message

Mike Snitzer May 20, 2021, 7:45 p.m. UTC
Hi Linus,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -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.13/dm-fixes

for you to fetch changes up to bc8f3d4647a99468d7733039b6bc9234b6e91df4:

  dm integrity: fix sparse warnings (2021-05-13 14:53:49 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- Fix a couple DM snapshot target crashes exposed by user-error.

- Fix DM integrity target to not use discard optimization, introduced
  during 5.13 merge, when recalulating.

- Fix some sparse warnings in DM integrity target.

----------------------------------------------------------------
Mikulas Patocka (4):
      dm snapshot: fix a crash when an origin has no snapshots
      dm snapshot: fix crash with transient storage and zero chunk size
      dm integrity: revert to not using discard filler when recalulating
      dm integrity: fix sparse warnings

 drivers/md/dm-integrity.c | 81 +++++++++++++++++++++--------------------------
 drivers/md/dm-snap.c      |  6 ++--
 2 files changed, 39 insertions(+), 48 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2021, 12:48 a.m. UTC | #1
The pull request you sent on Thu, 20 May 2021 15:45:46 -0400:

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

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

Thank you!