On Mon, 6 Jul 2020, Eric Biggers wrote: > On Wed, Jul 01, 2020 at 03:59:10AM -0400, Mikulas Patocka wrote: > > Thanks for cleaning this up. > > > > Mikulas > > Do you have any real comments on this? > > Are the usage restrictions okay for dm-crypt? > > - Eric I think that your patch series is OK. dm-crypt submits crypto requests with size aligned on 512 bytes. The start of the crypto request is usually aligned on 512 bytes, but not always - XFS with SLUB_DEBUG will send bios with misaligned bv_offset (but the bio vectors don't cross a page). Mikulas
- [PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCATES_MEMORY Eric Biggers
- [PATCH 6/6] dm-crypt: don't use drivers that have CRY... Eric Biggers
- [PATCH 3/6] crypto: algapi - introduce the flag CRYPT... Eric Biggers
- [PATCH 2/6] crypto: algapi - use common mechanism for... Eric Biggers
- [PATCH 5/6] crypto: set the flag CRYPTO_ALG_ALLOCATES... Eric Biggers
- [PATCH 1/6] crypto: geniv - remove unneeded arguments... Eric Biggers
- [PATCH 4/6] crypto: algapi - remove crypto_check_attr... Eric Biggers
- Re: [PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCATES_MEMO... Mikulas Patocka
- Re: [PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCATES_... Eric Biggers
- Re: [PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCA... Mikulas Patocka