Skip to content

Commit db1fda2

Browse files
committed
powerpc/crc: delete obsolete crc-vpmsum_test.c
Delete crc-vpmsum_test.c, since its functionality is now covered by the new crc_kunit.c as well as the crypto subsystem's fuzz tests. Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Cc: Vinicius Peixoto <vpeixoto@lkcamp.dev> Link: https://lore.kernel.org/r/20241202012056.209768-12-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
1 parent 87fe0a1 commit db1fda2

File tree

4 files changed

+0
-144
lines changed

4 files changed

+0
-144
lines changed

arch/powerpc/configs/ppc64_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
389389
CONFIG_CRYPTO_SHA256=y
390390
CONFIG_CRYPTO_WP512=m
391391
CONFIG_CRYPTO_LZO=m
392-
CONFIG_CRYPTO_VPMSUM_TESTER=m
393392
CONFIG_CRYPTO_MD5_PPC=m
394393
CONFIG_CRYPTO_SHA1_PPC=m
395394
CONFIG_CRYPTO_AES_GCM_P10=m

arch/powerpc/crypto/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ config CRYPTO_CURVE25519_PPC64
1313
Architecture: PowerPC64
1414
- Little-endian
1515

16-
config CRYPTO_VPMSUM_TESTER
17-
tristate "CRC32c and CRC32T10DIF hardware acceleration tester"
18-
depends on CRYPTO_CRC32C && CRC32_ARCH
19-
depends on CRYPTO_CRCT10DIF && CRC_T10DIF_ARCH
20-
help
21-
Stress test for CRC32c and CRCT10DIF algorithms implemented with
22-
powerpc64 AltiVec extensions (POWER8 vpmsum instructions).
23-
Unless you are testing these algorithms, you don't need this.
24-
2516
config CRYPTO_MD5_PPC
2617
tristate "Digests: MD5"
2718
depends on PPC

arch/powerpc/crypto/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
1010
obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
1111
obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
1212
obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
13-
obj-$(CONFIG_CRYPTO_VPMSUM_TESTER) += crc-vpmsum_test.o
1413
obj-$(CONFIG_CRYPTO_AES_GCM_P10) += aes-gcm-p10-crypto.o
1514
obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o
1615
obj-$(CONFIG_CRYPTO_POLY1305_P10) += poly1305-p10-crypto.o

arch/powerpc/crypto/crc-vpmsum_test.c

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)