From: Aristeu Rozanski arozansk@redhat.com
configs: make CONFIG_EDAC_GHES a module
Since 802e7f1dfed7cc7fb309995e0c4138f08977fdfc it's possible to build ghes_edac as module and this is useful for customers that want to unload it during runtime.
Signed-off-by: Aristeu Rozanski arozansk@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_EDAC_GHES b/redhat/configs/fedora/generic/CONFIG_EDAC_GHES rename from redhat/configs/common/generic/CONFIG_EDAC_GHES rename to redhat/configs/fedora/generic/CONFIG_EDAC_GHES index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_EDAC_GHES +++ b/redhat/configs/fedora/generic/CONFIG_EDAC_GHES diff --git a/redhat/configs/rhel/generic/CONFIG_EDAC_GHES b/redhat/configs/rhel/generic/CONFIG_EDAC_GHES new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_EDAC_GHES @@ -0,0 +1 @@ +CONFIG_EDAC_GHES=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2914
From: Aristeu Rozanski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2914#note_1751987...
Doesn't look like the patch caused the build failures.
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2914#note_1752140...
That's what we all say when we break the build :) (joking).
From: Aristeu Rozanski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2914#note_1752234...
Yep, "it's impossible that my patch broke <completely unrelated area>" is most of the time a big lie, reason why I keep a "patch fixing helmet" nearby (i.e. brown paper bag).
In other news, closing this for now, jira issue for RHEL only asked to backport patches and turning into a module isn't really necessary.
kernel@lists.fedoraproject.org