Re: [PATCH v4 5/5] dm: set DM_TARGET_PASSES_CRYPTO feature for some targets

2021-02-10 Thread Eric Biggers
On Mon, Feb 01, 2021 at 05:10:19AM +, Satya Tangirala wrote: > dm-linear and dm-flakey obviously can pass through inline crypto support. > > Co-developed-by: Eric Biggers > Signed-off-by: Eric Biggers > Signed-off-by: Satya Tangirala > --- > drivers/md/dm-flakey.c | 4 +++- > drivers/md/dm

[PATCH v4 5/5] dm: set DM_TARGET_PASSES_CRYPTO feature for some targets

2021-01-31 Thread Satya Tangirala
dm-linear and dm-flakey obviously can pass through inline crypto support. Co-developed-by: Eric Biggers Signed-off-by: Eric Biggers Signed-off-by: Satya Tangirala --- drivers/md/dm-flakey.c | 4 +++- drivers/md/dm-linear.c | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git