[OS-BUILD PATCH 2/3] kernel.spec.template: Use xz for KABI

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Use xz for KABI Use xz for KABI instead of gzip. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.templat

[OS-BUILD PATCH 0/3] redhat/kernel.spec.template: Add global compression variables

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173 Most of the kernel and its packing is currently xz. There are two exceptions: the aarch64 boot an initrd images [1] and KABI. Mark gzip as only being necessary for aarch64, and chan

[OS-BUILD PATCH 1/3] kernel.spec.template: Only use gzip with aarch64

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Only use gzip with aarch64 gzip is only needed for aarch64. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.s

[OS-BUILD PATCH 3/3] kernel.spec.template: Add global compression variables

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Add global compression variables Add global compression variables. 'compression' is the compression utility, and 'compext' is the compression extension. In the case of xz, these variables have the same value but that may not always be the case. Sign

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