linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CI: another regression on linux-next with s390 sha384/sha512
@ 2025-06-24 11:38 Ingo Franzki
  2025-06-24 14:14 ` Eric Biggers
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Franzki @ 2025-06-24 11:38 UTC (permalink / raw)
  To: Eric Biggers, Herbert Xu, linux-crypto
  Cc: Harald Freudenberger, Holger Dengler

Hi Herber, Eric,

in last nights CI run a new regression was found that I guess is related to the movent of sha512 to the library.
However it behaves different now with sha384/sha512 compared with sha224/sha256 (which has been moved to the library earlier)....

First of all sha512_s390.ko is no longer there. I guess that intended.

However, /proc/crypto does show

   name         : sha256
   driver       : sha256-s390
   module       : kernel

and

   name         : sha224
   driver       : sha224-s390
   module       : kernel

but no -s390 driver for sha512 and sha384. It only shows 

   name         : sha512
   driver       : sha512-lib
   module       : kernel

and 

   name         : sha384
   driver       : sha384-lib
   module       : kernel

The -lib variants are also shown for sha224 and sha256, but those also have the s390 variants.

So it looks like the s390 optimized sha384 and sha512 are now missing ? 

Similar, the -generic variants are only available for sha256 and sha224, but not for sha384 and sha512:

   name         : sha256
   driver       : sha256-generic
   module       : kernel

Can this please be fixed? We really want to keep the s390 optimized versions of all digests! 

-- 
Ingo Franzki
eMail: ifranzki@linux.ibm.com  
Tel: ++49 (0)7031-16-4648
Linux on IBM Z Development, Schoenaicher Str. 220, 71032 Boeblingen, Germany

IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Gregor Pillen
Geschäftsführung: David Faller
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294
IBM DATA Privacy Statement: https://www.ibm.com/privacy/us/en/


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

end of thread, other threads:[~2025-06-24 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 11:38 CI: another regression on linux-next with s390 sha384/sha512 Ingo Franzki
2025-06-24 14:14 ` Eric Biggers

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