Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316769
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs |
| Date | 2016-01-25 15:50 +0100 |
| Message-ID | <qUQCS-5sa-11@gated-at.bofh.it> (permalink) |
| References | <qRdRn-7uO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jan 15, 2016 at 03:49:30PM +0100, Cyrille Pitchen wrote: > 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. Patch 1-4 applied. Please fix the alignment issue with patch 5. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-01-15 15:50 +0100
[PATCH 3/5] crypto: atmel-sha: add support of sama5d2x SoCs Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-01-15 15:50 +0100
[PATCH 2/5] crypto: atmel-sha: fix a race between the 'done' tasklet and the crypto client Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-01-15 15:50 +0100
[PATCH 5/5] crypto: atmel-sha: fix algorihtm registration Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-01-15 16:00 +0100
Re: [PATCH 5/5] crypto: atmel-sha: fix algorihtm registration Herbert Xu <herbert@gondor.apana.org.au> - 2016-01-25 08:30 +0100
[PATCH 4/5] crypto: atmel-sha: fix context switches Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-01-15 16:00 +0100
Re: [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-01-22 18:00 +0100
Re: [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Herbert Xu <herbert@gondor.apana.org.au> - 2016-01-25 08:30 +0100
Re: [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Herbert Xu <herbert@gondor.apana.org.au> - 2016-01-25 15:50 +0100
Re: [PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-01-25 16:00 +0100
csiph-web