[redhat] New configs in lib/crypto
Fixes: RHEL-118513
Fixes: RHEL-118514
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: CRYPTO_LIB_BLAKE2S_KUNIT_TEST [=m]
Type : tristate
Defined at lib/crypto/tests/Kconfig:3
Prompt: KUnit tests for BLAKE2s
Depends on: KUNIT [=m]
Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
Location:
-> Library routines
-> Crypto library routines
-> KUnit tests for BLAKE2s (CRYPTO_LIB_BLAKE2S_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y]
Commit: 362f9228 (lib/crypto: tests: Add KUnit tests for BLAKE2s)
Symbol: CRYPTO_LIB_CURVE25519_KUNIT_TEST [=m]
Type : tristate
Defined at lib/crypto/tests/Kconfig:13
Prompt: KUnit tests for Curve25519
Depends on: KUNIT [=m]
Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
Location:
-> Library routines
-> Crypto library routines
-> KUnit tests for Curve25519 (CRYPTO_LIB_CURVE25519_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_CURVE25519 [=m]
Commit: afc4e4a5 (lib/crypto: tests: Migrate Curve25519 self-test to KUnit)
Symbol: CRYPTO_LIB_MD5_KUNIT_TEST [=m]
Type : tristate
Defined at lib/crypto/tests/Kconfig:22
Prompt: KUnit tests for MD5
Depends on: KUNIT [=m]
Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
Location:
-> Library routines
-> Crypto library routines
-> KUnit tests for MD5 (CRYPTO_LIB_MD5_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_MD5 [=y]
Commit: d6b6aac0 (lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5)
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org Signed-off-by: Vladis Dronov vdronov@redhat.com