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

2021-02-10 Thread Eric Biggers
On Mon, Feb 01, 2021 at 05:10:18AM +, 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 fro

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

2021-01-31 Thread Satya Tangirala
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 Signed-off-by: Eric Bigger