Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759508AbcCVRsK (ORCPT ); Tue, 22 Mar 2016 13:48:10 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34585 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753479AbcCVRsI (ORCPT ); Tue, 22 Mar 2016 13:48:08 -0400 Subject: Re: [PATCH] crypto: sun4i-ss: use spin_lock_irq{save|restore} To: herbert@gondor.apana.org.au, davem@davemloft.net, maxime.ripard@free-electrons.com, wens@csie.org References: <1458662694-25527-1-git-send-email-clabbe.montjoie@gmail.com> Cc: linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, stable From: Corentin LABBE Message-ID: <56F18550.7030201@gmail.com> Date: Tue, 22 Mar 2016 18:48:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <1458662694-25527-1-git-send-email-clabbe.montjoie@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 645 Lines: 21 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 > Cc: stable > --- > 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