From: Justin M. Forbes <[email protected]>

Change CONFIG_TEST_BPF to a module

Due to dependencies, CONFIG_TEST_BPF fails the config check when set to
inline as it gets forced to be a module. Changing it to a module passed
the config check, and I believe meets the original intent of MR 1604 as
an entry for it was already added to mod-internal.list

Signed-off-by: Justin M. Forbes <[email protected]>

diff --git a/redhat/configs/common/generic/CONFIG_TEST_BPF 
b/redhat/configs/common/generic/CONFIG_TEST_BPF
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_TEST_BPF
+++ b/redhat/configs/common/generic/CONFIG_TEST_BPF
@@ -1 +1 @@
-CONFIG_TEST_BPF=y
+CONFIG_TEST_BPF=m
diff --git a/redhat/configs/pending-common/generic/CONFIG_TEST_BPF 
b/redhat/configs/pending-common/generic/CONFIG_TEST_BPF
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-common/generic/CONFIG_TEST_BPF
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_TEST_BPF=m

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

Reply via email to