Re: RHEL9 & ark commit 4419eb4efd6d ("kernel.spec.template: Add global compression variables")

2023-05-04 Thread Prarit Bhargava
On 5/4/23 11:59, Justin Forbes wrote: On Wed, May 3, 2023 at 7:12 AM Prarit Bhargava wrote: ark commit 4419eb4efd6d ("kernel.spec.template: Add global compression variables") looks like it broke the weak-modules script. The weak-modules script expects a gzip'd symvers file, not an xz'd one.

[OS-BUILD PATCHv2] redhat: Remove editconfig

2023-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Remove editconfig editconfig was written for RHEL8 when the world was a better place, the Red Sox had a good team, and we all used to gather around the campfire every evening and sing songs. But we don't live in that world. Today, dogs are living with cats and we

Re: [OS-BUILD PATCHv2 0/2] kernel.spec: Fix packaging of no_alu32 bpf selftests

2023-05-04 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422#note_1378675655 @fmaurer-rh As this was causing build failures it has been reverted. I should have noticed before but with all the other failures it slipped past me. Please do resubmit a corrected

Re: [OS-BUILD PATCH] Revert "Merge branch 'unstripped-no_alu32' into 'os-build'"

2023-05-04 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2469#note_1378672731 The build failure is unrelated. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] Revert "Merge branch 'unstripped-no_alu32' into 'os-build'"

2023-05-04 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert Revert "Merge branch 'unstripped-no_alu32' into 'os-build'" This reverts merge request !2422 diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@

[OS-BUILD PATCH] redhat: Remove editconfig

2023-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Remove editconfig editconfig was written for RHEL8 when the world was a better place, the Red Sox had a good team, and we all used to gather around the campfire every evening and sing songs. But we don't live in that world. Today, dogs are living with cats and we

Re: [OS-BUILD PATCH] kernel.spec: skip kernel meta package when building without up

2023-05-04 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2460#note_1378235976 clark: I think this overlaps with your rt patch, but it shouldn't create conflicts. ___ kernel mailing list -- kernel@lists.fedoraproject.org

[OS-BUILD PATCHv2] redhat: configs: fix CONFIG_WERROR replace in build_configs

2023-05-04 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek redhat: configs: fix CONFIG_WERROR replace in build_configs $$ is the process ID (PID) of the script itself, and current script leads to issues where WERROR doesn't get randomly set, when pid happens to be too low (e.g. in CKI container) Drop the line range, let sed run over

[OS-BUILD PATCH] redhat: configs: fix CONFIG_WERROR replace in build_configs

2023-05-04 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek redhat: configs: fix CONFIG_WERROR replace in build_configs $$ is the process ID (PID) of the script itself, and current script leads to issues where WERROR doesn't get randomly set, when pid happens to be too low (e.g. in CKI container) Drop the line range, let sed run over