[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

Re: [OS-BUILD PATCH] redhat/configs/README: Update the README

2022-05-31 Thread David Arcari (via Email Bridge)
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1841#note_966695492 Could you say "for instance RHEL only supports x86_64 vs x86 on Fedora"? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscr

[OS-BUILD PATCH] redhat/configs: enable CONFIG_SP5100_TCO

2022-05-31 Thread David Arcari (via Email Bridge)
From: David Arcari redhat/configs: enable CONFIG_SP5100_TCO CONFIG_SP5100_TCO needs to be enabled for RHEL, since it's already enabled for Fedora, just enable it for all kernels. Signed-off-by: David Arcari diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_SP5100_TCO b/redhat/configs

Re: [OS-BUILD PATCHv4] redhat/docs: Add a description of kernel naming

2022-05-31 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1779#note_966500459 @hertonrk-rh @jmflinuxtx -- approvals please? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to ker

[OS-BUILD PATCH] redhat/configs/README: Update the README

2022-05-31 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs/README: Update the README The information in this file was a bit out-of-date and needed a refresh. Update the README. Signed-off-by: Prarit Bhargava diff --git a/redhat/configs/README b/redhat/configs/README index blahblah..blahblah 100644 --- a/redhat/co

Re: [OS-BUILD PATCH] Change CRYPTO_CHACHA_S390 from m to y

2022-05-31 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1834#note_966360128 3. indeed, the "ark is a fine location, as Fedora does not build those configs" point makes sense, thank you. i guess, this means we should leave the `ark/generic/s390x/zfcpdump/CONFIG_

Re: [OS-BUILD PATCH] Change CRYPTO_CHACHA_S390 from m to y

2022-05-31 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1834#note_966348895 2) ok, i was wrong here, we do not need `common/generic/s390x/zfcpdump/CONFIG_CRYPTO_CHACHA_S390` indeed, since we already have `common/generic/s390x/CONFIG_CRYPTO_CHACHA_S390`. please