[PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
Ard Biesheuvel
ardb at kernel.org
Sat Nov 2 02:58:53 PDT 2024
On Sat, 2 Nov 2024 at 10:45, Herbert Xu <herbert at gondor.apana.org.au> wrote:
>
> Eric Biggers <ebiggers at kernel.org> wrote:
> >
> > While testing this patchset I notice that none of the crypto API drivers for
> > crc32 or crc32c even need to be loaded on my system anymore, as everything on my
> > system that uses those algorithms (such as ext4) just uses the library APIs now.
> > That makes the "check /proc/crypto" trick stop working anyway.
>
> What's stopping us from removing them altogether?
>
At least btrfs supports a variety of checksums/hashes (crc32c, xxhash,
sha) via the shash API.
There are some other remaining uses of crc32c using shash or sync
ahash where the algo is hardcoded (NVMe, infiniband) so I imagine
those might be candidates for conversion as well.
More information about the linux-riscv
mailing list