[OS-BUILD PATCH 0/0] fedora: cleanups and new enablement

2024-02-05 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2926 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge r

❌ FAIL: Test report for 6.7.4-200.fc39 (kernel-fedora)

2024-02-05 Thread cki-project
Hi, we tested your kernel and here are the results: Overall result: FAILED Merge: OK Compile: OK Test: FAILED Kernel information: Brew / Koji Task ID: 112999067 You can find all the details about the test run at https://datawarehouse.cki-project

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Tales Aparecida (via Email Bridge)
From: Tales Aparecida on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1759038051 That's true! Can't use quotes here :see_no_evil: -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCH] gitlab-ci: merge ark-latest fixes when running ELN pipelines

2024-02-05 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: merge ark-latest fixes when running ELN pipelines Fixes https://gitlab.com/cki-project/kernel-ark/-/issues/146 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1759026096 @tales-aparecida - hmm I did the double quote : sudo dnf install "$missing" and dnf complained it couldn't find the package named: "\". So it treats the list as a single package which do

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1759024385 You're right. This is safe because of the variable expansion. Thanks! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubsc

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Tales Aparecida (via Email Bridge)
From: Tales Aparecida on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1759022786 I can't reproduce this error using a variable locally so I believe it would be safe, however we tend to follow shellcheck recommendation to [double quote to prevent globbing and word

[OS-BUILD PATCH] arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated

2024-02-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated Upstream Status: RHEL only The x86 industry has defined microarchitecture levels x86_64-v1 and x86_64-v2 as defined here: https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels RHEL9 has a min

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1758981394 @tales-aparecida does the gitlab ci environment take care such things and so we shouldn't expect to see this kind of syntax error? -- ___ ker

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1758970310 This does fix the parsing error but I believe the `perl(ExtUtils::Embed)` package will need to be enclosed in quotes or it will result in a shell error. ``` $ sudo dnf install perl(ExtU

[OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed) CKI fails with $ export missing=$(make dist-get-buildreqs | grep "Missing dependencies:" | cut -d":" -f2) $ if [ "$missing" == "" ]; then echo "Missing dependencies should not be null but are empty. Review test log.

Re: [OS-BUILD PATCHv2 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-02-05 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917#note_1758222615 This should by Python, shouldn't it. -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le..

Re: [OS-BUILD PATCHv2 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-02-05 Thread Philipp Rudo (via Email Bridge)
From: Philipp Rudo on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917#note_1758222573 I'm also not convinced that having all the addons in a single config file makes sense. I'm looking at it from an kdump perspective. There we need to have the crashkernel= parameter on t