Merge tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Dec 2023 21:32:29 +0000 (06:32 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Dec 2023 21:32:29 +0000 (06:32 +0900)
commitabd792f330fa328e8f8c30f3e32e609006c846fc
tree3e4599fe276875a2d64157e6d41c5c2f49424cfa
parentff4a9f49054a9cc5ae733155398d2aff2ef90836
parent41e05548fa6b069a2b895cf4c7bd9ad618b21e2f
Merge tag 'dm-6.7/dm-fixes-2' of git://git./linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mike Snitzer:

 - Fix DM verity target's FEC support to always initialize IO before it
   frees it. Also fix alignment of struct dm_verity_fec_io within the
   per-bio-data

 - Fix DM verity target to not FEC failed readahead IO

 - Update DM flakey target to use MAX_ORDER rather than MAX_ORDER - 1

* tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm-flakey: start allocating with MAX_ORDER
  dm-verity: align struct dm_verity_fec_io properly
  dm verity: don't perform FEC for failed readahead IO
  dm verity: initialize fec io before freeing it