From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1532305939
I think you're right @jmflinuxtx , kpatch didn't need to the config but did
need the tool. That's why the dependency is there. @joe.lawrence can you
confirm?
__
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1532139710
>
> Prarit Bhargava commented:
>
> @coxu , ISTR doing this same thing a while ago. IIRC, there were valid use
cases for the dependency. @jmflinuxtx do you recall what they were? I'm
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1532006980
@coxu , ISTR doing this same thing a while ago. IIRC, there were valid use
cases for the dependency. @jmflinuxtx do you recall what they were? I'm
light on details now. It absolu
From: Coiby Xu
redhat: drop unneeded build-time dependency gcc-plugin-devel
gcc-plugin-devel was added as a build-time dependency because
CONFIG_GCC_PLUGINS was enabled in commit 4f367b12148d ("redhat/configs:
Enable CONFIG_GCC_PLUGINS on ARK").
Later commit a310e189d2bb ("redhat/configs: Disab