Re: [OS-BUILD PATCHv2 4/5] kernel.spec: allow to enable arm64_16k variant

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647#note_1571453360 done! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

[OS-BUILD PATCHv2 5/5] kernel.spec: adjust build option comment

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: adjust build option comment The comment was already wrong for realtime, which is disabled by default in Rawhide/ELN atm. With the arm64_16k variant, there are now two variants that are disabled by default. Signed-off-by: Michael Hofmann diff --git

[OS-BUILD PATCHv2 4/5] kernel.spec: allow to enable arm64_16k variant

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: allow to enable arm64_16k variant Signed-off-by: Michael Hofmann 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 @@ -200,7 +200,7 @@

[OS-BUILD PATCHv2 3/5] gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 Fixes https://gitlab.com/cki-project/kernel-webhooks/-/issues/452 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++

[OS-BUILD PATCHv2 2/5] gitlab-ci: use --with debug/base to select kernel variants

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: use --with debug/base to select kernel variants 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 @@ -122,37 +122,37 @@ workflow: .variants: rawhide-up:

[OS-BUILD PATCHv2 1/5] kernel.spec: add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: add rpmbuild --without base option Currently, it is possible to only build the base variant by specifying --without debug. The same is not true if one wants to only build the debug variant. Using --with dbgonly will disable base variants, but will also

[OS-BUILD PATCHv2 0/5] Enable build-only pipelines for Rawhide/16k/aarch64

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647 Fixes https://gitlab.com/cki-project/kernel-webhooks/-/issues/452 Signed-off-by: Michael Hofmann --- redhat/kernel.spec.template | 27 +++ .gitlab-ci.yml

Re: [OS-BUILD PATCH 4/4] kernel.spec: allow to enable arm64_16k variant

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647#note_1571447188 yeah the block description is (already for realtime) wrong, let me fix it ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH 4/4] kernel.spec: allow to enable arm64_16k variant

2023-09-21 Thread Tales L. Aparecida (via Email Bridge)
From: Tales L. Aparecida on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647#note_1570742392 Does this mean this is not "enabled by default"? (mentioned above the block) ___ kernel mailing list -- kernel@lists.fedoraproject.org

[OS-BUILD PATCH 2/2] redhat/Makefile.cross: Add message for disabled subpackages

2023-09-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.cross: Add message for disabled subpackages Add a message for the disabled subpackages. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross index blahblah..blahblah 100644 --- a/redhat/Makefile.cross +++

[OS-BUILD PATCH 1/2] redhat/Makefile.cross: Update cross targets with disabled subpackages

2023-09-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.cross: Update cross targets with disabled subpackages The bpftool, perf, and tools subpackages require architecture-specific packages and currently cannot be built with the existing cross compiler packages. Disable them for cross compiler builds.

[OS-BUILD PATCH 0/2] redhat/Makefile.cross: Disable subpackages

2023-09-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2723 There are subpackages that won't compile due to architectural differences and cross compiling packaging issues. Disable these packages from cross compiling. This shouldn't be a

[OS-BUILD PATCH 4/4] kernel.spec: allow to enable arm64_16k variant

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: allow to enable arm64_16k variant Signed-off-by: Michael Hofmann 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 @@ -200,7 +200,7 @@

[OS-BUILD PATCH 3/4] gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 Fixes https://gitlab.com/cki-project/kernel-webhooks/-/issues/452 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++

[OS-BUILD PATCH 1/4] kernel.spec: add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: add rpmbuild --without base option Currently, it is possible to only build the base variant by specifying --without debug. The same is not true if one wants to only build the debug variant. Using --with dbgonly will disable base variants, but will also

[OS-BUILD PATCH 2/4] gitlab-ci: use --with debug/base to select kernel variants

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: use --with debug/base to select kernel variants 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 @@ -122,37 +122,37 @@ workflow: .variants: rawhide-up:

[OS-BUILD PATCH 0/4] Enable build-only pipelines for Rawhide/16k/aarch64

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647 Fixes https://gitlab.com/cki-project/kernel-webhooks/-/issues/452 Signed-off-by: Michael Hofmann --- redhat/kernel.spec.template | 18 +- .gitlab-ci.yml

Re: [OS-BUILD PATCHv2 0/2] Add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2719#note_1569963063 updated! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

[OS-BUILD PATCHv2 2/2] gitlab-ci: use --with debug/base to select kernel variants

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: use --with debug/base to select kernel variants 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 @@ -122,37 +122,37 @@ workflow: .variants: rawhide-up:

[OS-BUILD PATCHv2 0/2] Add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2719 Currently, it is possible to only build the base variant by specifying `--without debug`. The same is not true if one wants to only build the debug variant. Using `--with dbgonly`

[OS-BUILD PATCHv2 1/2] kernel.spec: add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: add rpmbuild --without base option Currently, it is possible to only build the base variant by specifying --without debug. The same is not true if one wants to only build the debug variant. Using --with dbgonly will disable base variants, but will also

Re: [OS-BUILD PATCH 0/2] Add rpmbuild --without base option

2023-09-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2719#note_1569939433 I'm with @tales-aparecida on ths, please fixup the commit. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

Re: [OS-BUILD PATCH 0/2] Add rpmbuild --without base option

2023-09-21 Thread Tales L. Aparecida (via Email Bridge)
From: Tales L. Aparecida on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2719#note_1569836206 Would you mind adding a prefix to your first commit? I feel like there's no std yet, so pick one: - `redhat/kernel.spec.template:` - `kernel.spec.template:` - `redhat:

Re: [OS-BUILD PATCH] redhat/configs: Renesas SoC Platforms

2023-09-21 Thread Tony Camuso (via Email Bridge)
From: Tony Camuso on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2722#note_1569781542 Approved for I2C. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

✅ PASS (SKIPPED 15 of 123): Test report for 6.5.4-100.fc37 (kernel-fedora)

2023-09-21 Thread cki-project
Hi, we tested your kernel and here are the results: Overall result: PASSED Merge: OK Compile: OK Test: OK Tested-by: CKI Project Kernel information: Brew / Koji Task ID: 106387241 You can find all the details about the test run at

[OS-BUILD PATCHv3] kernel.spec.template: Fix --without bpftool

2023-09-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Fix --without bpftool The selftests turn bpftool on unconditionally. If a user has specified --without bpftool it means the user really wants to disable bpftool. In this case the selftest should be disabled. Disable selftests and output a message

Re: [OS-BUILD PATCHv2] kernel.spec.template: Fix --without bpftool

2023-09-21 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1569540016 For some reason that message propagates into output as buildrequires: ``` $ rpmspec -q --buildrequires redhat/rpm/SPECS/kernel.spec | head -5 bpftools disabled ... disabling selftests

Re: [OS-BUILD PATCHv2] kernel.spec.template: Fix --without bpftool

2023-09-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1569520971 Odd .. this seems to have failed a CI check. Looking into it now. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

[OS-BUILD PATCH 2/2] gitlab-ci: use --with debug/base to select kernel variants

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: use --with debug/base to select kernel variants 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 @@ -122,37 +122,37 @@ workflow: .variants: rawhide-up:

[OS-BUILD PATCH 1/2] Add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Add rpmbuild --without base option Currently, it is possible to only build the base variant by specifying --without debug. The same is not true if one wants to only build the debug variant. Using --with dbgonly will disable base variants, but will also disable a variety

[OS-BUILD PATCH 0/2] Add rpmbuild --without base option

2023-09-21 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2719 Currently, it is possible to only build the base variant by specifying `--without debug`. The same is not true if one wants to only build the debug variant. Using `--with dbgonly`

[OS-BUILD PATCH] redhat/configs: Renesas SoC Platforms

2023-09-21 Thread Steve Best (via Email Bridge)
From: Steve Best redhat/configs: Renesas SoC Platforms Description: Turn on Renesas SoC Platforms architecture Tested: make dist-configs Signed-off-by: Steve Best diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_ARCH_R8A774A1