From: Waiman Long <longman(a)redhat.com>
redhat/configs: Move CONFIG_MITIGATION_ITS to common/generic/x86
CONFIG_MITIGATION_ITS is specific to x86 only. Move this config file to
common/generic/x86 to be with the other x86 MITIGATION config files.
Signed-off-by: Waiman Long <longman(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_MITIGATION_ITS b/redhat/configs/common/generic/x86/CONFIG_MITIGATION_ITS
rename from redhat/configs/fedora/generic/x86/CONFIG_MITIGATION_ITS
rename to redhat/configs/common/generic/x86/CONFIG_MITIGATION_ITS
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_MITIGATION_ITS
+++ b/redhat/configs/common/generic/x86/CONFIG_MITIGATION_ITS
diff --git a/redhat/configs/rhel/generic/CONFIG_MITIGATION_ITS b/redhat/configs/rhel/generic/CONFIG_MITIGATION_ITS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_MITIGATION_ITS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_MITIGATION_ITS=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3965
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in crypto/Kconfig
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_SELFTESTS_FULL [=n]
Type : bool
Defined at crypto/Kconfig:196
Prompt: Enable the full set of cryptographic self-tests
Depends on: CRYPTO [=y] && CRYPTO_SELFTESTS [=y]
Location:
-> Cryptographic API (CRYPTO [=y])
-> Crypto core or helper
-> Enable cryptographic self-tests (CRYPTO_SELFTESTS [=y])
-> Enable the full set of cryptographic self-tests (CRYPTO_SELFTESTS_FULL [=n])
~~~
Commit: ac90aad0e9bf (crypto: testmgr - reinstate kconfig control over full self-tests)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRYPTO_SELFTESTS_FULL b/redhat/configs/pending-rhel/generic/CONFIG_CRYPTO_SELFTESTS_FULL
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRYPTO_SELFTESTS_FULL
+++ /dev/null
@@ -1,17 +0,0 @@
-# ~~~
-# Symbol: CRYPTO_SELFTESTS_FULL [=n]
-# Type : bool
-# Defined at crypto/Kconfig:196
-# Prompt: Enable the full set of cryptographic self-tests
-# Depends on: CRYPTO [=y] && CRYPTO_SELFTESTS [=y]
-# Location:
-# -> Cryptographic API (CRYPTO [=y])
-# -> Crypto core or helper
-# -> Enable cryptographic self-tests (CRYPTO_SELFTESTS [=y])
-# -> Enable the full set of cryptographic self-tests (CRYPTO_SELFTESTS_FULL [=n])
-#
-#
-#
-# ~~~
-# Commit: ac90aad0e9bf (crypto: testmgr - reinstate kconfig control over full self-tests)
-# CONFIG_CRYPTO_SELFTESTS_FULL is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRYPTO_SELFTESTS_FULL b/redhat/configs/rhel/generic/CONFIG_CRYPTO_SELFTESTS_FULL
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRYPTO_SELFTESTS_FULL
@@ -0,0 +1 @@
+# CONFIG_CRYPTO_SELFTESTS_FULL is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3963