From: Vladis Dronov vdronov@redhat.com
[redhat] Enable CONFIG_RANDOM_TRUST_CPU for all arches but aarch64
Many modern cloud instance types have hardware with RDRAND, but the RHEL-9 still do not use it. Enable CONFIG_RANDOM_TRUST_CPU the same way as in the RHEL-8 and Fedora.
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1976877 Signed-off-by: Vladis Dronov vdronov@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_RANDOM_TRUST_CPU b/redhat/configs/common/generic/CONFIG_RANDOM_TRUST_CPU deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_RANDOM_TRUST_CPU +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_RANDOM_TRUST_CPU is not set diff --git a/redhat/configs/fedora/generic/powerpc/CONFIG_RANDOM_TRUST_CPU b/redhat/configs/common/generic/powerpc/CONFIG_RANDOM_TRUST_CPU rename from redhat/configs/fedora/generic/powerpc/CONFIG_RANDOM_TRUST_CPU rename to redhat/configs/common/generic/powerpc/CONFIG_RANDOM_TRUST_CPU index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/powerpc/CONFIG_RANDOM_TRUST_CPU +++ b/redhat/configs/common/generic/powerpc/CONFIG_RANDOM_TRUST_CPU diff --git a/redhat/configs/fedora/generic/s390x/CONFIG_RANDOM_TRUST_CPU b/redhat/configs/common/generic/s390x/CONFIG_RANDOM_TRUST_CPU rename from redhat/configs/fedora/generic/s390x/CONFIG_RANDOM_TRUST_CPU rename to redhat/configs/common/generic/s390x/CONFIG_RANDOM_TRUST_CPU index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/s390x/CONFIG_RANDOM_TRUST_CPU +++ b/redhat/configs/common/generic/s390x/CONFIG_RANDOM_TRUST_CPU diff --git a/redhat/configs/fedora/generic/x86/CONFIG_RANDOM_TRUST_CPU b/redhat/configs/common/generic/x86/CONFIG_RANDOM_TRUST_CPU rename from redhat/configs/fedora/generic/x86/CONFIG_RANDOM_TRUST_CPU rename to redhat/configs/common/generic/x86/CONFIG_RANDOM_TRUST_CPU index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/x86/CONFIG_RANDOM_TRUST_CPU +++ b/redhat/configs/common/generic/x86/CONFIG_RANDOM_TRUST_CPU
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_6396834...
Can you just update common/generic/CONFIG_RANDOM_TRUST_CPU to =y and then remove the 3 duplicates in Fedora, it should be enabled on arm too.
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_6396846...
will do in a minute, thank you for the reply.
kernel@lists.fedoraproject.org