Skip to content

redhat/configs: Disable CONFIG_GCC_PLUGINS

Prarit Bhargava requested to merge prarit/centos-stream-9:2177294 into main

Bugzilla: https://bugzilla.redhat.com/2177294
Upstream Status: RHEL only cki-project/kernel-ark!2358 (merged)

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] cs9 commit 4f367b12 ("redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK")
[2] cs9 commit 733c7bb1 ("redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK")
Signed-off-by: Prarit Bhargava prarit@redhat.com

Edited by Prarit Bhargava

Merge request reports