On Tue, Nov 19, 2024 at 09:59:53AM +0100, Ard Biesheuvel wrote:
quoted
Eric Biggers (11):
lib/crc-t10dif: stop wrapping the crypto API
lib/crc-t10dif: add support for arch overrides
crypto: crct10dif - expose arch-optimized lib function
x86/crc-t10dif: expose CRC-T10DIF function through lib
arm/crc-t10dif: expose CRC-T10DIF function through lib
arm64/crc-t10dif: expose CRC-T10DIF function through lib
powerpc/crc-t10dif: expose CRC-T10DIF function through lib
lib/crc_kunit.c: add KUnit test suite for CRC library functions
lib/crc32test: delete obsolete crc32test.c
powerpc/crc: delete obsolete crc-vpmsum_test.c
MAINTAINERS: add entry for CRC library
Nice work. The shash API glue was particularly nasty, so good riddance.
For the series,
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Happy to take a R: or M: as well, if you need the help.
Thanks Ard. I will add an R: entry for you in MAINTAINERS.
- Eric