Skip to content

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

Merge request reports