Re: [PATCH v2 2/4] crypto: amlogic - use kfree_sensitive()

From: Corentin Labbe
Date: Thu Aug 27 2020 - 10:50:19 EST


On Thu, Aug 27, 2020 at 09:44:00AM +0300, Denis Efremov wrote:
> Use kfree_sensitive() instead of open-coding it.
>
> Signed-off-by: Denis Efremov <efremov@xxxxxxxxx>
> ---
> drivers/crypto/amlogic/amlogic-gxl-cipher.c | 10 ++--------
> 1 file changed, 2 insertions(+), 8 deletions(-)
>

For the whole serie you didnt use getmaintainers, so nor sunxi and amlogic maintainers where CC.
And my baylibre address which is the address for this driver.

Anyway, for this case the patch is trivial enough.

Tested-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
Acked-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>

Regards