mbox series

[git,pull] device mapper fix for 5.12 final

Message ID 20210414184007.GA8824@redhat.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] device mapper fix for 5.12 final | expand

Pull-request

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

Message

Mike Snitzer April 14, 2021, 6:40 p.m. UTC
Hi Linus,

The following changes since commit d434405aaab7d0ebc516b68a8fc4100922d7f5ef:

  Linux 5.12-rc7 (2021-04-11 15:16:13 -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.12/dm-fixes-3

for you to fetch changes up to 8ca7cab82bda4eb0b8064befeeeaa38106cac637:

  dm verity fec: fix misaligned RS roots IO (2021-04-14 14:28:29 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
Fix DM verity target FEC support's RS roots IO to always be
aligned. This fixes a previous stable@ fix that overcorrected for a
different configuration that also resulted in misaligned roots IO.

----------------------------------------------------------------
Jaegeuk Kim (1):
      dm verity fec: fix misaligned RS roots IO

 drivers/md/dm-verity-fec.c | 11 ++++++++---
 drivers/md/dm-verity-fec.h |  1 +
 2 files changed, 9 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 14, 2021, 8:25 p.m. UTC | #1
The pull request you sent on Wed, 14 Apr 2021 14:40:07 -0400:

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

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

Thank you!