-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
rhel-kernel-security
-
None
-
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_BLAKE2B_KUNIT_TEST [=m]
Type : tristate
Defined at lib/crypto/tests/Kconfig:3
Prompt: KUnit tests for BLAKE2b
Depends on: KUNIT [=m]
Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
Location:
-> Library routines
-> Crypto library routines
-> KUnit tests for BLAKE2b (CRYPTO_LIB_BLAKE2B_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_BLAKE2B [=m]
~~~
Commit: 6401fd334ddf (lib/crypto: tests: Add KUnit tests for BLAKE2b)
—
~~~
Symbol: CRYPTO_LIB_POLYVAL_KUNIT_TEST [=m]
Type : tristate
Defined at lib/crypto/tests/Kconfig:50
Prompt: KUnit tests for POLYVAL
Depends on: KUNIT [=m]
Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
Location:
-> Library routines
-> Crypto library routines
-> KUnit tests for POLYVAL (CRYPTO_LIB_POLYVAL_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_POLYVAL [=m]
~~~
Commit: b3aed551b3fc (lib/crypto: tests: Add KUnit tests for POLYVAL)
—
~~~
Symbol: CRYPTO_LIB_SHA3_KUNIT_TEST [=m]
Type : tristate
Defined at lib/crypto/tests/Kconfig:93
Prompt: KUnit tests for SHA-3
Depends on: KUNIT [=m]
Visible if: KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
Location:
-> Library routines
-> Crypto library routines
-> KUnit tests for SHA-3 (CRYPTO_LIB_SHA3_KUNIT_TEST [=m])
Selects: CRYPTO_LIB_BENCHMARK_VISIBLE [=y] && CRYPTO_LIB_SHA3 [=y]
~~~
Commit: 15c64c47e484 (lib/crypto: tests: Add SHA3 kunit tests)
—
See Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4242