Re: [PATCH v4 4/5] dm: support key eviction from keyslot managers of underlying devices

From: Eric Biggers
Date: Wed Feb 10 2021 - 15:24:26 EST


On Mon, Feb 01, 2021 at 05:10:18AM +0000, Satya Tangirala wrote:
> Now that device mapper supports inline encryption, add the ability to
> evict keys from all underlying devices. When an upper layer requests
> a key eviction, we simply iterate through all underlying devices
> and evict that key from each device.
>
> Co-developed-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> Signed-off-by: Satya Tangirala <satyat@xxxxxxxxxx>

This latest version looks good to me. If it's needed despite my
Co-developed-by, feel free to add:

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

- Eric