On 8/24/21 11:59 PM, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > dun_bytes needs to be less than or equal to the IV size of the > encryption mode, not just less than or equal to BLK_CRYPTO_MAX_IV_SIZE. > > Currently this doesn't matter since blk_crypto_init_key() is never > actually passed invalid values, but we might as well fix this. Applied, thanks. -- Jens Axboe