Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-05 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1197010548 Thanks, Justin. I just wanted to be sure I understood. And yes, ```make dist-fedora-configs``` fails if I remove the entry in arm (the arm7hl configs are missing the entry). So, the mora

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1195335799 I was saying it is fine as 32bit will be going away. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an ema

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-03 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1195334512 Right -- istr that the configs weren't processing correctly if I skipped the arm dir, but I'll double check that. @jmflinuxtx : so are you suggesting I should fix this or it's fine as is s

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-02 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1194864927 Fedora drops 32 bit arm when F36 goes EOL in roughly 7 months. At that point, I expect we will do the same consolidation done for x86, and the aarch64 directory will go away, moving

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-02 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1194817919 Just FYI, tegra186 and higher (tegra194, tegra234, etc) are aarch64, so no need for anything in the arm dir. ___ kernel mailing list -- kernel

[OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-11-30 Thread Al Stone (via Email Bridge)
From: Al Stone Clean up the config for the Tegra186 timer This device is used by NVIDIA Orin and needs to be enabled for arm64. However, the default is to be not set so we can move this to common and simplify. Signed-off-by: Al Stone diff --git a/redhat/configs/ark/generic/CONFIG_TEGRA186_TIM

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-11-30 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1191929149 LGTM ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-11-30 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1191921020 TIL: 'make dist-configs' != 'make dist-rhel-configs && make dist-fedora- configs' Sorry about that -- bad testing on my part; this version of the patch is a tad simpler. Default CONFIG_TE