On 6/4/2024 11:28 PM, Christoph Hellwig wrote: > Use the block layer built-in nop profile instead of reinventing it. > > Tested by: > > $ dd if=/dev/urandom of=key.bin bs=512 count=1 > > $ cryptsetup luksFormat -q --type luks2 --integrity hmac-sha256 \ > --integrity-no-wipe /dev/nvme0n1 key.bin > $ cryptsetup luksOpen /dev/nvme0n1 luks-integrity --key-file key.bin > > and then doing mkfs.xfs and simple I/O on the mount file system. > > Signed-off-by: Christoph Hellwig<hch@xxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck