From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932120AbcBHP0f (ORCPT ); Mon, 8 Feb 2016 10:26:35 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:45117 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754731AbcBHP0S (ORCPT ); Mon, 8 Feb 2016 10:26:18 -0500 From: Cyrille Pitchen To: , , CC: , , , Cyrille Pitchen Subject: [PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation Date: Mon, 8 Feb 2016 16:26:47 +0100 Message-ID: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series of patches includes two fixes for the atmel-sha.c driver. The first one fixes the implementation of the import/export hooks, which did not pass the recent updates in testmgr.c (partial update exercise). The new implementation now passes the tcrypt tests: tested with next-20160208. The second patch fixes a race condition if acquiring the hardware when it is already busy. Cyrille Pitchen (2): crypto: atmel-sha - fix .import()/.export() implementation crypto: atmel-sha - fix race in atmel_sha_final() drivers/crypto/atmel-sha.c | 68 ++++++++-------------------------------------- 1 file changed, 12 insertions(+), 56 deletions(-) -- 1.8.2.2