[OS-BUILD PATCHv2 1/2] configs: enable CONFIG_WIREGUARD in ARK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Hangbin Liu <haliu@xxxxxxxxxx>

configs: enable CONFIG_WIREGUARD in ARK

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1613522
Upstream: RHEL only

Enable CONFIG_WIREGUARD as requested in the bugzilla. Configs
CONFIG_CRYPTO_LIB_BLAKE2S, CONFIG_CRYPTO_LIB_CHACHA20POLY1305,
CONFIG_CRYPTO_LIB_CURVE25519 are needed by wireguard.

Remove the fedora specific configs and enable them in common folder.
Do not enable it on zfcpdump as it has "#CONFIG_INET is not set".

Disabling wireguard in FIPS mode will be fixed in another bug.

Signed-off-by: Hangbin Liu <haliu@xxxxxxxxxx>

diff a/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_BLAKE2S b/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_BLAKE2S
--- a/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_BLAKE2S
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_BLAKE2S
@@ -1 +1 @@
-# CONFIG_CRYPTO_LIB_BLAKE2S is not set
+CONFIG_CRYPTO_LIB_BLAKE2S=m
diff a/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_CHACHA20POLY1305 b/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_CHACHA20POLY1305
--- a/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_CHACHA20POLY1305
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_CHACHA20POLY1305
diff a/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_CURVE25519 b/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_CURVE25519
--- a/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_CURVE25519
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_LIB_CURVE25519
@@ -1 +1 @@
-# CONFIG_CRYPTO_LIB_CURVE25519 is not set
+CONFIG_CRYPTO_LIB_CURVE25519=m
diff a/redhat/configs/common/generic/CONFIG_WIREGUARD b/redhat/configs/common/generic/CONFIG_WIREGUARD
--- a/redhat/configs/common/generic/CONFIG_WIREGUARD
+++ b/redhat/configs/common/generic/CONFIG_WIREGUARD
@@ -1 +1 @@
-# CONFIG_WIREGUARD is not set
+CONFIG_WIREGUARD=m
diff a/redhat/configs/fedora/generic/CONFIG_WIREGUARD_DEBUG b/redhat/configs/common/generic/CONFIG_WIREGUARD_DEBUG
--- a/redhat/configs/fedora/generic/CONFIG_WIREGUARD_DEBUG
+++ b/redhat/configs/common/generic/CONFIG_WIREGUARD_DEBUG
diff a/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_BLAKE2S b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_BLAKE2S
--- /dev/null
+++ b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_BLAKE2S
@@ -0,0 +1 @@
+# CONFIG_CRYPTO_LIB_BLAKE2S is not set
diff a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_LIB_CHACHA20POLY1305 b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_CHACHA20POLY1305
--- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_LIB_CHACHA20POLY1305
+++ b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_CHACHA20POLY1305
diff a/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_CURVE25519 b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_CURVE25519
--- /dev/null
+++ b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_CRYPTO_LIB_CURVE25519
@@ -0,0 +1 @@
+# CONFIG_CRYPTO_LIB_CURVE25519 is not set
diff a/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_WIREGUARD b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_WIREGUARD
--- /dev/null
+++ b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_WIREGUARD
@@ -0,0 +1 @@
+# CONFIG_WIREGUARD is not set
diff a/redhat/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_BLAKE2S_X86 b/redhat/configs/common/generic/x86/x86_64/CONFIG_CRYPTO_BLAKE2S_X86
--- a/redhat/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_BLAKE2S_X86
+++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_CRYPTO_BLAKE2S_X86
diff a/redhat/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_CURVE25519_X86 b/redhat/configs/common/generic/x86/x86_64/CONFIG_CRYPTO_CURVE25519_X86
--- a/redhat/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_CURVE25519_X86
+++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_CRYPTO_CURVE25519_X86
diff a/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_BLAKE2S b/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_BLAKE2S
--- a/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_BLAKE2S
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_LIB_BLAKE2S=m
diff a/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_CURVE25519 b/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_CURVE25519
--- a/redhat/configs/fedora/generic/CONFIG_CRYPTO_LIB_CURVE25519
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_LIB_CURVE25519=m
diff a/redhat/configs/fedora/generic/CONFIG_WIREGUARD b/redhat/configs/fedora/generic/CONFIG_WIREGUARD
--- a/redhat/configs/fedora/generic/CONFIG_WIREGUARD
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_WIREGUARD=m
diff a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_BLAKE2S_X86 b/redhat/configs/pending-common/generic/CONFIG_CRYPTO_BLAKE2S_X86
--- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_BLAKE2S_X86
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_CRYPTO_BLAKE2S_X86 is not set
diff a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_CURVE25519_X86 b/redhat/configs/pending-common/generic/CONFIG_CRYPTO_CURVE25519_X86
--- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_CURVE25519_X86
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_CRYPTO_CURVE25519_X86 is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/993
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux