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(-)