linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation
@ 2016-02-08 15:26 Cyrille Pitchen
  2016-02-08 15:26 ` [PATCH 1/2] " Cyrille Pitchen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cyrille Pitchen @ 2016-02-08 15:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-16 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 15:26 [PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation Cyrille Pitchen
2016-02-08 15:26 ` [PATCH 1/2] " Cyrille Pitchen
2016-02-08 15:26 ` [PATCH 2/2] crypto: atmel-sha - fix race in atmel_sha_final() Cyrille Pitchen
2016-02-16 20:21 ` [PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).