Revert "crypto: remove CONFIG_CRYPTO_STATS"
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 Mar 2024 01:49:37 +0000 (09:49 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 Mar 2024 01:49:37 +0000 (09:49 +0800)
commit6a8dbd71a70620c42d4fa82509204ba18231f28d
tree4cf38267140e30c8bd1ae3ec9d02f29b28037020
parent77292bb8ca69c808741aadbd29207605296e24af
Revert "crypto: remove CONFIG_CRYPTO_STATS"

This reverts commit 2beb81fbf0c01a62515a1bcef326168494ee2bd0.

While removing CONFIG_CRYPTO_STATS is a worthy goal, this also
removed unrelated infrastructure such as crypto_comp_alg_common.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
33 files changed:
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
crypto/Kconfig
crypto/Makefile
crypto/acompress.c
crypto/aead.c
crypto/ahash.c
crypto/akcipher.c
crypto/compress.h
crypto/crypto_user.c [deleted file]
crypto/crypto_user_base.c [new file with mode: 0644]
crypto/crypto_user_stat.c [new file with mode: 0644]
crypto/hash.h
crypto/kpp.c
crypto/lskcipher.c
crypto/rng.c
crypto/scompress.c
crypto/shash.c
crypto/sig.c
crypto/skcipher.c
crypto/skcipher.h
include/crypto/acompress.h
include/crypto/aead.h
include/crypto/akcipher.h
include/crypto/algapi.h
include/crypto/hash.h
include/crypto/internal/acompress.h
include/crypto/internal/cryptouser.h [new file with mode: 0644]
include/crypto/internal/scompress.h
include/crypto/kpp.h
include/crypto/rng.h
include/crypto/skcipher.h
include/uapi/linux/cryptouser.h