From: Fedora Kernel Team kernel-team@fedoraproject.org
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.
---
Cc: Mark Salter msalter@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org --- redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG
diff --git a/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG b/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG new file mode 100644 index 000000000000..e69de29bb2d1
On Thu, Oct 29, 2020 at 06:36:00PM -0000, GitLab Bridge on behalf of jeremycline wrote:
From: Fedora Kernel Team kernel-team@fedoraproject.org
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.
Based on the dependencies of KEXEC_IMAGE_VERIFY_SIG:
Acked-by: Bruno Meneguele bmeneg@redhat.com
Cc: Mark Salter msalter@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG
diff --git a/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG b/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG new file mode 100644 index 000000000000..e69de29bb2d1 -- GitLab _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
On Thu, Oct 29, 2020 at 04:45:17PM -0300, Bruno Meneguele wrote:
On Thu, Oct 29, 2020 at 06:36:00PM -0000, GitLab Bridge on behalf of jeremycline wrote:
From: Fedora Kernel Team kernel-team@fedoraproject.org
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.
Based on the dependencies of KEXEC_IMAGE_VERIFY_SIG:
Acked-by: Bruno Meneguele bmeneg@redhat.com
Wait.. KEXEC_IMAGE_VERIFY_SIG is a specific aarch64 config, I guess it should land in common/generic/arm/aarch64/ instead of common/generic/, or is it fine?
Rescind-Acked-by: Bruno Meneguele bmeneg@redhat.com
Cc: Mark Salter msalter@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG
diff --git a/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG b/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG new file mode 100644 index 000000000000..e69de29bb2d1 -- GitLab _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
-- bmeneg PGP Key: http://bmeneg.com/pubkey.txt
From: Patrick on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/754#note_46302487...
CONFIG_KEXEC_IMAGE_VERIFY_SIG depends on CONFIG_KEXEC_SIG which is not set in common/generic or ark so this MR is not needed.
kernel@lists.fedoraproject.org