Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_GCC_PLUGINS

2023-03-14 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2358#note_1313730296

@joe.lawrence right.  CONFIG_GCC_PLUGINS only affects whether any of the
kernel GCC plugins can be built.  It doesn't affect kpatch-build's plugin at
all.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_GCC_PLUGINS

2023-03-14 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2358#note_1313264745

@jpoimboe : For ppc64le kpatch, cmdline.patch still builds and loads with `#
CONFIG_GCC_PLUGINS is not set`.  Is it accurate to say that its not required
for kpatch-build to execute its own gcc plugin?
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH] redhat/configs: Disable CONFIG_GCC_PLUGINS

2023-03-10 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

redhat/configs: Disable CONFIG_GCC_PLUGINS

CONFIG_GCC_PLUGINS was enabled [1] for CONFIG_GCC_PLUGIN_STRUCTLEAK, but then
CONFIG_GCC_PLUGIN_STRUCTLEAK was disabled [2], leaving CONFIG_GCC_PLUGINS
enabled.

[1] ark commit 4f367b12148d ("redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK")
[2] ark commit 733c7bb17b27 ("redhat/configs: Enable 
CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK")

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/configs/common/generic/CONFIG_GCC_PLUGINS 
b/redhat/configs/common/generic/CONFIG_GCC_PLUGINS
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_GCC_PLUGINS
+++ b/redhat/configs/common/generic/CONFIG_GCC_PLUGINS
@@ -1 +1 @@
-CONFIG_GCC_PLUGINS=y
+# CONFIG_GCC_PLUGINS is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2358
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue