All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Additional fixes on Talitos driver
@ 2019-06-11 14:39 ` Christophe Leroy
  0 siblings, 0 replies; 44+ messages in thread
From: Christophe Leroy @ 2019-06-11 14:39 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, horia.geanta
  Cc: linux-crypto, linux-kernel, linuxppc-dev

This series is the last set of fixes for the Talitos driver.

We now get a fully clean boot on both SEC1 (SEC1.2 on mpc885) and
SEC2 (SEC2.2 on mpc8321E) with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS:

[    3.385197] bus: 'platform': really_probe: probing driver talitos with device ff020000.crypto
[    3.450982] random: fast init done
[   12.252548] alg: No test for authenc(hmac(md5),cbc(aes)) (authenc-hmac-md5-cbc-aes-talitos-hsna)
[   12.262226] alg: No test for authenc(hmac(md5),cbc(des3_ede)) (authenc-hmac-md5-cbc-3des-talitos-hsna)
[   43.310737] Bug in SEC1, padding ourself
[   45.603318] random: crng init done
[   54.612333] talitos ff020000.crypto: fsl,sec1.2 algorithms registered in /proc/crypto
[   54.620232] driver: 'talitos': driver_bound: bound to device 'ff020000.crypto'

[    1.193721] bus: 'platform': really_probe: probing driver talitos with device b0030000.crypto
[    1.229197] random: fast init done
[    2.714920] alg: No test for authenc(hmac(sha224),cbc(aes)) (authenc-hmac-sha224-cbc-aes-talitos)
[    2.724312] alg: No test for authenc(hmac(sha224),cbc(aes)) (authenc-hmac-sha224-cbc-aes-talitos-hsna)
[    4.482045] alg: No test for authenc(hmac(md5),cbc(aes)) (authenc-hmac-md5-cbc-aes-talitos)
[    4.490940] alg: No test for authenc(hmac(md5),cbc(aes)) (authenc-hmac-md5-cbc-aes-talitos-hsna)
[    4.500280] alg: No test for authenc(hmac(md5),cbc(des3_ede)) (authenc-hmac-md5-cbc-3des-talitos)
[    4.509727] alg: No test for authenc(hmac(md5),cbc(des3_ede)) (authenc-hmac-md5-cbc-3des-talitos-hsna)
[    6.631781] random: crng init done
[   11.521795] talitos b0030000.crypto: fsl,sec2.2 algorithms registered in /proc/crypto
[   11.529803] driver: 'talitos': driver_bound: bound to device 'b0030000.crypto'

v2: dropped patch 1 which was irrelevant due to a rebase weirdness. Added Cc to stable on the 2 first patches.

Christophe Leroy (4):
  crypto: talitos - move struct talitos_edesc into talitos.h
  crypto: talitos - fix hash on SEC1.
  crypto: talitos - eliminate unneeded 'done' functions at build time
  crypto: talitos - drop icv_ool

 drivers/crypto/talitos.c | 98 ++++++++++++++++++++----------------------------
 drivers/crypto/talitos.h | 28 ++++++++++++++
 2 files changed, 69 insertions(+), 57 deletions(-)

-- 
2.13.3


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

end of thread, other threads:[~2019-06-13 16:47 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11 14:39 [PATCH v2 0/4] Additional fixes on Talitos driver Christophe Leroy
2019-06-11 14:39 ` Christophe Leroy
2019-06-11 14:39 ` [PATCH v2 1/4] crypto: talitos - move struct talitos_edesc into talitos.h Christophe Leroy
2019-06-11 14:39   ` Christophe Leroy
2019-06-13 12:13   ` Horia Geanta
2019-06-13 12:13     ` Horia Geanta
2019-06-13 12:16     ` Christophe Leroy
2019-06-13 12:16       ` Christophe Leroy
2019-06-13 12:24       ` Horia Geanta
2019-06-13 12:24         ` Horia Geanta
2019-06-13 12:32         ` Christophe Leroy
2019-06-13 12:32           ` Christophe Leroy
2019-06-13 12:39           ` Horia Geanta
2019-06-13 12:39             ` Horia Geanta
2019-06-13 12:50             ` Christophe Leroy
2019-06-13 12:50               ` Christophe Leroy
2019-06-11 14:39 ` [PATCH v2 2/4] crypto: talitos - fix hash on SEC1 Christophe Leroy
2019-06-11 14:39   ` Christophe Leroy
2019-06-11 14:39 ` [PATCH v2 3/4] crypto: talitos - eliminate unneeded 'done' functions at build time Christophe Leroy
2019-06-11 14:39   ` Christophe Leroy
2019-06-13 12:16   ` Horia Geanta
2019-06-13 12:16     ` Horia Geanta
2019-06-11 14:39 ` [PATCH v2 4/4] crypto: talitos - drop icv_ool Christophe Leroy
2019-06-11 14:39   ` Christophe Leroy
2019-06-13 12:21   ` Horia Geanta
2019-06-13 12:21     ` Horia Geanta
2019-06-13 12:28     ` Christophe Leroy
2019-06-13 12:28       ` Christophe Leroy
2019-06-13 13:09       ` Herbert Xu
2019-06-13 13:09         ` Herbert Xu
2019-06-11 15:37 ` [PATCH v2 0/4] Additional fixes on Talitos driver Horia Geanta
2019-06-11 15:37   ` Horia Geanta
2019-06-11 15:40   ` Christophe Leroy
2019-06-11 15:40     ` Christophe Leroy
2019-06-11 16:30     ` Horia Geanta
2019-06-11 16:30       ` Horia Geanta
2019-06-11 17:16       ` Christophe Leroy
2019-06-11 17:16         ` Christophe Leroy
2019-06-12  5:52       ` Christophe Leroy
2019-06-12  5:52         ` Christophe Leroy
2019-06-12 13:59         ` Horia Geanta
2019-06-12 13:59           ` Horia Geanta
2019-06-13  4:57           ` Christophe Leroy
2019-06-13  4:57             ` Christophe Leroy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.