Files
linux/include/linux
Eric Biggers b5ae12e0ee lib/crc32: expose whether the lib is really optimized at runtime
Make the CRC32 library export a function crc32_optimizations() which
returns flags that indicate which CRC32 functions are actually executing
optimized code at runtime.

This will be used to determine whether the crc32[c]-$arch shash
algorithms should be registered in the crypto API.  btrfs could also
start using these flags instead of the hack that it currently uses where
it parses the crypto_shash_driver_name.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20241202010844.144356-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
2024-12-01 17:23:01 -08:00
..
2024-11-22 21:32:25 +01:00
2024-11-11 10:45:03 +01:00
2024-11-11 09:06:45 -07:00
2024-11-09 14:55:33 +01:00
2024-11-24 17:05:27 -08:00
2024-11-16 10:09:30 -06:00
2024-11-30 22:41:35 -05:00
2024-11-11 00:26:44 -08:00
2024-11-18 11:56:21 +00:00