Re: [PATCH 07/15] s390/crc32: expose CRC32 functions through lib

2024-10-21 Thread Eric Biggers
On Mon, Oct 21, 2024 at 12:40:07PM +0200, Heiko Carstens wrote: > What makes sure that all of the code is available automatically if the > CPU supports the instructions like before? I can see that all CRC32 > related config options support also module build options. > > Before this patch, this mod

Re: [PATCH 07/15] s390/crc32: expose CRC32 functions through lib

2024-10-21 Thread Heiko Carstens
On Sun, Oct 20, 2024 at 05:29:27PM -0700, Eric Biggers wrote: > From: Eric Biggers > > Move the s390 CRC32 assembly code into the lib directory and wire it up > to the library interface. This allows it to be used without going > through the crypto API. It remains usable via the crypto API too v

[PATCH 07/15] s390/crc32: expose CRC32 functions through lib

2024-10-20 Thread Eric Biggers
From: Eric Biggers Move the s390 CRC32 assembly code into the lib directory and wire it up to the library interface. This allows it to be used without going through the crypto API. It remains usable via the crypto API too via the shash algorithms that use the library interface. Thus all the ar