]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Wed, 23 Mar 2016 15:11:24 +0000 (16:11 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 5 Apr 2016 12:35:53 +0000 (20:35 +0800)
commitbdb6cf9f6fe6d9af905ea34b7c4bb78ea601329e
treeec44080f2ebbc0320c6f68f72ff18cda0cafb326
parent738f98233b94db55607f97a76f9699efc4217276
crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}

The current sun4i-ss driver could generate 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 their irq counterparts.

Fixes: 6298e948215f ("crypto: sunxi-ss - Add Allwinner Security System crypto accelerator")
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sunxi-ss/sun4i-ss-cipher.c