Re: [PATCH 0/3] pre-generated initrd and unified kernels

2022-09-29 Thread Gerd Hoffmann
Hi, > > > It would likely > > > touch kernel, anaconda, systemd and cloud images, so there's some > > > coordination & discussion needed to agree on the big picture. > > > > Sure. Having a feature page drawing that big picture would be helpful > > for these discussions I think ... > > Definite

Re: [OS-BUILD PATCH 0/0] [redhat] Enable configs for imx8m PHYs

2022-09-29 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2037#note_1119843390 This MR is really just a single commit of config items; why gitlab seems to think it's 4750 commits is not at all clear to me. This was rebased on top of the latest tree in kernel-ark so i

Re: [OS-BUILD PATCHv2] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2035#note_1119741623 I'll try to do a better job keeping on top of the iommu and dma engine ones to make sure they are in the right spot, and not duplicated when they show up. __

Re: [OS-BUILD PATCHv2] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2035#note_1119734952 Yes, there are a lot of them, and it is an issue with how the scripts create an MR for a new config item. They just aren't smart enough to know if something is arch specific, so ev

Re: [OS-BUILD PATCHv2] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2035#note_1119722702 There are also x86 specific things in there like CONFIG_X86_SGX_KVM. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubsc

Re: [OS-BUILD PATCHv2] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2035#note_1119712638 Okay, I moved it under arm. It looks like there are a number of CONFIG_ARM* items in common/generic/ I wonder if they should be moved under common/generic/arm as well at some point.

[OS-BUILD PATCHv2] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common This is disabled in Fedora and RHEL, so move it to common. Signed-off-by: Jerry Snitselaar diff --git a/redhat/configs/ark/generic/CONFIG_ARM_SMMU_QCOM_DEBUG b/redhat/configs/common/generic/arm/CONFIG_ARM_SMMU_Q

Re: [OS-BUILD PATCH] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2035#note_1119704497 I don't think it's quite right. I think you want to rename it to the common arm directory: redhat/configs/common/generic/arm/CONFIG_ARM_SMMU_QCOM_DEBUG

[OS-BUILD PATCH] redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common

2022-09-29 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common This is disabled in Fedora and RHEL, so move it to common. Signed-off-by: Jerry Snitselaar diff --git a/redhat/configs/ark/generic/CONFIG_ARM_SMMU_QCOM_DEBUG b/redhat/configs/common/generic/CONFIG_ARM_SMMU_QCOM_