mbox series

[F,0/4] paes self test (LP: 1854948)

Message ID 20200214155516.115586-1-frank.heimes@canonical.com
Headers show
Series paes self test (LP: 1854948) | expand

Message

Frank Heimes Feb. 14, 2020, 3:55 p.m. UTC
Buglink: https://bugs.launchpad.net/bugs/1854948

This add a self-test to the paes cipher in the paes_s390 module.
This self test shall allow to load and use the paes cipher if the kernel FIPS flag is switched on.

Harald Freudenberger (3):
  From: Harald Freudenberger <freude@linux.ibm.com>
  There have been some findings during Eric Biggers rework of the paes
    implementation which this patch tries to address:
  s390/crypto: enable clear key values for paes ciphers

Markus Elfring (1):
  From: Markus Elfring <Markus.Elfring@web.de>

 arch/s390/crypto/paes_s390.c         | 241 +++++++++++++++++++--------
 drivers/s390/crypto/pkey_api.c       |  88 ++++++----
 drivers/s390/crypto/zcrypt_ccamisc.h |   1 +
 3 files changed, 234 insertions(+), 96 deletions(-)

Comments

Frank Heimes Feb. 17, 2020, 5:30 p.m. UTC | #1
This version of the "paes self test" patch submission misses one
patch/commit, which was known.
At the point in time I worked on this patch submission, the missing patch
was left out by intention, since it was not upstream yet - and it was
expected that it might still take some time to get it upstream accepted.

But the missing patch landed surprisingly early in (torvalds) upstream git
tree after Herbert Xu acked it:
c7ff8573ad21 "crypto/testmgr: enable selftests for paes-s390 ciphers"
--> next-20200214
--> next-20200217
And since this patch submission and request was not yet processed, I'm
hereby revoking it and will sent a "v2" that incl. the missing one.

Sorry for any inconvenience ...

Bye, Frank