Re: [PATCH] crypto: testmgr - remove crc32c context format test
From: Eric Biggers
Date: Sun Jun 08 2025 - 19:41:21 EST
On Sat, May 31, 2025 at 01:59:37PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> This is no longer needed now that the code that used to directly access
> the descriptor context of "crc32c" (libcrc32c and ext4) now just calls
> crc32c(). Keep just the generic hash test.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> I'm planning to take this via the crc tree.
>
> crypto/testmgr.c | 55 +-----------------------------------------------
> 1 file changed, 1 insertion(+), 54 deletions(-)
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next
- Eric