❌ FAIL (17/301 SKIPPED): Test report for 6.1.8-200.fc37 (fedora-37)

2023-01-24 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: 96628555 You can find all the details about the test run at

[OS-BUILD PATCH] redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL

2023-01-24 Thread Mark Salter (via Email Bridge)
From: Mark Salter redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL Delete current comfig from ark and move fedora config to common. Signed-off-by: Mark Salter diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_SPI_TEGRA210_QUAD

Re: [OS-BUILD PATCH] kernel.spec: add llvm-devel build requirement

2023-01-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2264#note_1251412733 Hi Tom. I don't believe selftests is linking. The reason I included it in the BuildRequires for selftests is that I thought that selftests was running the systems feature check that

Re: [OS-BUILD PATCH 0/6] redhat: Fix PACKAGE_NAME variable

2023-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2253#note_1251310814 @prarit This is failing the pipeline at the merge stage because it introduces new environment variables that are not accounted for in the self-tests.

Re: [OS-BUILD PATCHv6] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1251289777 Well now that this is taken care of we can move on. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

[OS-BUILD PATCHv2 2/2] Turn on debug builds for aarch64 Fedora

2023-01-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn on debug builds for aarch64 Fedora Fedora only did debug builds for x86 in the past. This was largely due to slow build times on other arches in koji, coupled with much smaller userbases. Let's turn on aarch64 now as those builders are much faster and the userbase

[OS-BUILD PATCHv2 1/2] Turn off forced debug builds

2023-01-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn off forced debug builds For many years, rawhide kernels have forced users to run debug builds on git snapshots by not building a non debug kernel as an option. While this has served us well, in finding occasional bugs that are less likely to surface otherwise, the

[OS-BUILD PATCHv2 0/2] Turn off forced debug builds

2023-01-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2263 For many years, rawhide kernels have forced users to run debug builds on git snapshots by not building a non debug kernel as an option. While this has served us well, in finding

[OS-BUILD PATCH] gitlab-ci: use CI templates from production branch

2023-01-24 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: use CI templates from production branch The kernel_templates.yml file is pulled directly from pipeline-definition in the parent pipeline. While CKI can test new versions of the child pipelines via the cki-bot instrumentation, that is not possible for anything

Re: [OS-BUILD PATCH] kernel.spec: add llvm-devel build requirement

2023-01-24 Thread Tom Stellard
On 1/24/23 08:28, Scott Weaver (via Email Bridge) wrote: From: Scott Weaver kernel.spec: add llvm-devel build requirement The bpftool and selftests feature check requires the llvm-devel package as well as the bpftool itself (if llvm is available). The bpftool package is only created if

[OS-BUILD PATCH] kernel.spec: add llvm-devel build requirement

2023-01-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver kernel.spec: add llvm-devel build requirement The bpftool and selftests feature check requires the llvm-devel package as well as the bpftool itself (if llvm is available). The bpftool package is only created if selftests is defined, therefore the llvm-devel package is added

[OS-BUILD PATCHv6] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-01-24 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov redhat: Add sub-RPM with a EFI unified kernel image for virtual machines The new 'kernel-unified-virt' sub-RPM is added on x86_64 targets. This contains an EFI application that provides a combined vmlinux, initrd and cmdline, as a so called 'unified kernel image'. The

Re: [OS-BUILD PATCHv5] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1250283902 @veruu how about https://gitlab.com/cki- project/containers/-/merge_requests/454 ? ___ kernel mailing list --