[OS-BUILD PATCH] Fix tarball creation logic

2023-08-28 Thread Don Zickus (via Email Bridge)
From: Don Zickus Fix tarball creation logic The create tarball logic tried to determine if the tarball existed or not by using a git sha. However the check always failed because the current sha was shortened and the tarball sha was the full 40 digits. Correct this by converting the shortened s

The kernel-ark os-build branch has been rebased

2023-08-28 Thread Justin Forbes
Please rebase any pending MRs and repush. As we have done since 5.15, we have done this again for os-build, we expect to keep it up as a cadence with every upstream release. This means we will do it again when 6.6 releases, and again with 6.7... It is difficult to manage a regularly rebased tree,

[OS-BUILD PATCH] Disable ELN realtime pipelines

2023-08-28 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Disable ELN realtime pipelines There is no real realtime variant on ELN atm as the realtime code is not yet merged upstream. Part of https://gitlab.com/redhat/centos-stream/tests/kernel/kpet-db/-/issues/134 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.

Re: [OS-BUILD PATCH 1/3] redhat: Use kspdx-tool output for the License: field

2023-08-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2648#note_1532361366 Let's just add it back? @vkuznets what do you think? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an ema

Re: [OS-BUILD PATCH 1/3] redhat: Use kspdx-tool output for the License: field

2023-08-28 Thread Thorsten Leemhuis (via Email Bridge)
From: Thorsten Leemhuis on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2648#note_1532352259 > ongoing discussion on making the resulting list of licenses way more readable That would be really nice! > My guess is that this was a leftover from the times when kernel was a

Re: [OS-BUILD PATCH 0/0] General cleanups

2023-08-28 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2652#note_1532348025 Thank you all. I'm going to merge this as-is given there are no functional changes. ___ kernel mailing list -- kernel@lists.fedoraproject.

Re: [OS-BUILD PATCH 0/0] General cleanups

2023-08-28 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2652#note_1532329363 lgtm for crypto and security. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.f

Re: [OS-BUILD PATCH] redhat: drop unneeded build-time dependency gcc-plugin-devel

2023-08-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1532305939 I think you're right @jmflinuxtx , kpatch didn't need to the config but did need the tool. That's why the dependency is there. @joe.lawrence can you confirm? __

Re: [OS-BUILD PATCH] redhat: drop unneeded build-time dependency gcc-plugin-devel

2023-08-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1532139710 > > Prarit Bhargava commented: > > @coxu , ISTR doing this same thing a while ago. IIRC, there were valid use cases for the dependency. @jmflinuxtx do you recall what they were? I'm

Re: [OS-BUILD PATCH] redhat: drop unneeded build-time dependency gcc-plugin-devel

2023-08-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1532006980 @coxu , ISTR doing this same thing a while ago. IIRC, there were valid use cases for the dependency. @jmflinuxtx do you recall what they were? I'm light on details now. It absolu

[OS-BUILD PATCH] redhat: drop unneeded build-time dependency gcc-plugin-devel

2023-08-28 Thread Coiby Xu (via Email Bridge)
From: Coiby Xu redhat: drop unneeded build-time dependency gcc-plugin-devel gcc-plugin-devel was added as a build-time dependency because CONFIG_GCC_PLUGINS was enabled in commit 4f367b12148d ("redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK"). Later commit a310e189d2bb ("redhat/configs: Disab