Re: [PATCH] crypto: sun4i-ss: use spin_lock_irq{save|restore}

From: Corentin LABBE
Date: Tue Mar 22 2016 - 13:48:14 EST


Le 22/03/2016 17:04, LABBE Corentin a écrit :
> The current sun4i-ss driver is subject to data corruption when
> ciphering/deciphering.
> It occurs randomly on end of handled data.
> No root cause have been found and the only way to remove it is to replace
> all spin_lock_bh by they irq counterparts.
>
> Signed-off-by: LABBE Corentin <clabbe.montjoie@xxxxxxxxx>
> Cc: stable <stable@xxxxxxxxxxxxxxx>
> ---
> drivers/crypto/sunxi-ss/sun4i-ss-cipher.c | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
>

Hello

I have made a huge spelling problem, and didn't added Fixes tag.
I will resend it.
Sorry for the noise.

Regards