Re: [PATCH 1/2] crypto: caam - remove unneeded edesc zeroization

2017-11-05 Thread Herbert Xu
On Wed, Nov 01, 2017 at 09:13:10AM +0200, Horia Geantă wrote: > Extended descriptor allocation has been changed by > commit dde20ae9d6383 ("crypto: caam - Change kmalloc to kzalloc to avoid > residual data") > to provide zeroized memory, meaning we no longer have to sanitize > its members -

[PATCH 1/2] crypto: caam - remove unneeded edesc zeroization

2017-11-01 Thread Horia Geantă
Extended descriptor allocation has been changed by commit dde20ae9d6383 ("crypto: caam - Change kmalloc to kzalloc to avoid residual data") to provide zeroized memory, meaning we no longer have to sanitize its members - edesc->src_nents and edesc->dst_dma. Signed-off-by: Horia Geantă