From: Justin M. Forbes jforbes@fedoraproject.org
Explicitly turn off CONFIG_KASAN_INLINE for ppc
While upstream commit 41b7a347 made us turn on KASAN_OUTLINE for ppc because the depends for KASAN_INLINE are no longer met, those config options are part of a "one or the other" Choice menu. Having both enabled seems to make the Kbuild choke. We need to also explicitly disable KASAN_INLINE
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
diff --git a/redhat/configs/pending-ark/debug/powerpc/CONFIG_KASAN_INLINE b/redhat/configs/ark/debug/powerpc/CONFIG_KASAN_INLINE rename from redhat/configs/pending-ark/debug/powerpc/CONFIG_KASAN_INLINE rename to redhat/configs/ark/debug/powerpc/CONFIG_KASAN_INLINE index blahblah..blahblah 100644 --- a/redhat/configs/pending-ark/debug/powerpc/CONFIG_KASAN_INLINE +++ b/redhat/configs/ark/debug/powerpc/CONFIG_KASAN_INLINE
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1842
From: Rafael Aquini on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1842#note_9711807...
@npache this one is right up your alley. I'm deferring it to you
kernel@lists.fedoraproject.org