Re: [OS-BUILD PATCH] Explicitly turn off CONFIG_KASAN_INLINE for ppc

2022-06-03 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1842#note_971180710

@npache this one is right up your alley. I'm deferring it to you
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCH] Explicitly turn off CONFIG_KASAN_INLINE for ppc

2022-05-31 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes 

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 

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
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure