Skip to content

Create optional reduced dm-integrity device.

Ondrej Kozina requested to merge oniko/cryptsetup:reduced-dm-integrity into main

This enables creating dm-integrity devices that does not use all available space but only initial part of the device.

This will be used with future hw-opal-crypt segment where partion may be not aligned to locking range alignment and needs to be reduced.

We dont't want to span dm-integrity device into area not included in opal locking range.

Merge request reports