From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1284
NOTE: Truncated patchset due to missing public @redhat.com email
address on your GitLab profile at https://gitlab.com/-/profile.
Once that is fixed, close and reopen the merge request to
retrigger sending the emails.
We want the TRUSTED_KEYS support built in everywhere, it's currently
just built in for x86/power on ark. We need it built in for aarch64
as well, and it should be the same on Fedora.
Signed-off-by: Peter Robinson <pbrobinson(a)redhat.com>
---
redhat/configs/ark/generic/powerpc/CONFIG_TRUSTED_KEYS | 1 -
redhat/configs/ark/generic/x86/x86_64/CONFIG_TRUSTED_KEYS | 1 -
redhat/configs/ark/generic/CONFIG_TEE => redhat/configs/common/generic/CONFIG_TEE | 0
redhat/configs/common/generic/CONFIG_TRUSTED_KEYS | 2 +-
redhat/configs/fedora/generic/arm/CONFIG_TEE | 1 -
redhat/configs/fedora/generic/CONFIG_TEE | 1 -
6 files changed, 1 insertions(+), 5 deletions(-)
From: Claudio Imbrenda <cimbrend(a)redhat.com>
[redhat] redhat/configs: Always enable CONFIG_PCI_IOV for RHEL
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2023782
Upstream Status: RHEL-only
Tested: by IBM
Conflicts: None
This commit fixes a regression from RHEL8, where the CONFIG_PCI_IOV
is always enabled for RHEL.
Signed-off-by: Claudio Imbrenda <cimbrend(a)redhat.com>
diff --git a/redhat/configs/ark/generic/s390x/CONFIG_PCI_IOV b/redhat/configs/ark/generic/s390x/CONFIG_PCI_IOV
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/s390x/CONFIG_PCI_IOV
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PCI_IOV is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1508
From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1284
NOTE: Truncated patchset due to missing public @redhat.com email
address on your GitLab profile at https://gitlab.com/-/profile.
Once that is fixed, close and reopen the merge request to
retrigger sending the emails.
We want the TRUSTED_KEYS support built in everywhere, it's currently
just built in for x86/power on ark. We need it built in for aarch64
as well, and it should be the same on Fedora.
Signed-off-by: Peter Robinson <pbrobinson(a)redhat.com>
---
redhat/configs/ark/generic/powerpc/CONFIG_TRUSTED_KEYS | 1 -
redhat/configs/ark/generic/x86/x86_64/CONFIG_TRUSTED_KEYS | 1 -
redhat/configs/ark/generic/CONFIG_TEE => redhat/configs/common/generic/CONFIG_TEE | 0
redhat/configs/common/generic/CONFIG_TRUSTED_KEYS | 2 +-
redhat/configs/fedora/generic/arm/CONFIG_TEE | 1 -
redhat/configs/fedora/generic/CONFIG_TEE | 1 -
6 files changed, 1 insertions(+), 5 deletions(-)