linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs
@ 2016-01-15 14:49 Cyrille Pitchen
  2016-01-15 14:49 ` [PATCH 1/5] crypto: atmel-sha: fix crash when computing digest on empty message Cyrille Pitchen
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Cyrille Pitchen @ 2016-01-15 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

This series of patches fixes many issues such as the algo registration failure
or the broken support of context switches.

This series was applied to linux-next and tested on a sama5d2 xplained
ultra board. We now pass the tcrypt tests in the following modes:
-  2: sha1
-  6: sha256
- 11: sha384
- 12: sha512
- 33: sha224

The context switch fix was tested with a userspace program using the cryptodev
module. This single thread program computes the SHA256 hashes of many files
by splitting then into fixed size chunks. The chunks of each file are
processed by calling 'update' operations using a round robin algorithm.

However, the .import() / .export() implementation was NOT tested!
Nonetheless the last patch is needed to fix the registration issue, otherwise
atmel_sha_probe() would still fail.

Best regards,

Cyrille


Cyrille Pitchen (5):
  crypto: atmel-sha: fix crash when computing digest on empty message
  crypto: atmel-sha: fix a race between the 'done' tasklet and the
    crypto client
  crypto: atmel-sha: add support of sama5d2x SoCs
  crypto: atmel-sha: fix context switches
  crypto: atmel-sha: fix algorihtm registration

 drivers/crypto/atmel-sha-regs.h |   4 +
 drivers/crypto/atmel-sha.c      | 186 +++++++++++++++++++++++++++++++++-------
 2 files changed, 158 insertions(+), 32 deletions(-)

-- 
1.8.2.2

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

end of thread, other threads:[~2016-01-25 14:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 14:49 [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Cyrille Pitchen
2016-01-15 14:49 ` [PATCH 1/5] crypto: atmel-sha: fix crash when computing digest on empty message Cyrille Pitchen
2016-01-15 14:49 ` [PATCH 2/5] crypto: atmel-sha: fix a race between the 'done' tasklet and the crypto client Cyrille Pitchen
2016-01-15 14:49 ` [PATCH 3/5] crypto: atmel-sha: add support of sama5d2x SoCs Cyrille Pitchen
2016-01-15 14:49 ` [PATCH 4/5] crypto: atmel-sha: fix context switches Cyrille Pitchen
2016-01-15 14:49 ` [PATCH 5/5] crypto: atmel-sha: fix algorihtm registration Cyrille Pitchen
2016-01-25  7:23   ` Herbert Xu
2016-01-22 16:52 ` [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Nicolas Ferre
2016-01-25  7:25   ` Herbert Xu
2016-01-25 14:48 ` Herbert Xu
2016-01-25 14:56   ` Cyrille Pitchen

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).