-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
1
-
rhel-kernel-security
-
CK-2025-wk41
-
1
-
False
-
-
None
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: 362f92286065 (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: afc4e4a5f122 (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: d6b6aac0cdb4 (lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5)
—
See Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4114