mbox series

[git,pull] device mapper fixes for 5.12-rc2

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

Pull-request

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

Message

Mike Snitzer March 5, 2021, 7:26 p.m. UTC
Hi Linus,

The following changes since commit a666e5c05e7c4aaabb2c5d58117b0946803d03d2:

  dm: fix deadlock when swapping to encrypted device (2021-02-11 09:45:28 -0500)

are available in the Git repository at:

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

for you to fetch changes up to df7b59ba9245c4a3115ebaa905e3e5719a3810da:

  dm verity: fix FEC for RS roots unaligned to block size (2021-03-04 15:08:18 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
Fix DM verity target's optional Forward Error Correction (FEC) for
Reed-Solomon roots that are unaligned to block size.

----------------------------------------------------------------
Mikulas Patocka (1):
      dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size

Milan Broz (1):
      dm verity: fix FEC for RS roots unaligned to block size

 drivers/md/dm-bufio.c      |  4 ++++
 drivers/md/dm-verity-fec.c | 23 ++++++++++++-----------
 2 files changed, 16 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 5, 2021, 9:59 p.m. UTC | #1
The pull request you sent on Fri, 5 Mar 2021 14:26:42 -0500:

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

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

Thank you!