Re: [OS-BUILD PATCH] redhat/configs: aarhc64: clean up some erratum configs

2022-12-05 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2176#note_1197305465 LGTM, the file moves were changed around with the commit but the outcome is the same. ___ kernel mailing list --

[OS-BUILD PATCH] redhat/configs: aarhc64: clean up some erratum configs

2022-12-05 Thread Mark Salter (via Email Bridge)
From: Mark Salter redhat/configs: aarhc64: clean up some erratum configs There were a number of misplaced aarch64 erratum configs in redhat/configs/ark/generic. RHEL and Fedora both enable all of them so delete the ark ones and make the fedora ones common. Signed-off-by: Mark Salter diff

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-05 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1197010548 Thanks, Justin. I just wanted to be sure I understood. And yes, ```make dist-fedora-configs``` fails if I remove the entry in arm (the arm7hl configs are missing the entry). So, the

Re: [OS-BUILD PATCH 0/2] redhat: Create a git repo when the srpm code is installed

2022-12-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2174#note_119735 Agreed. What problem are we solving here? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH 0/2] redhat: Create a git repo when the srpm code is installed

2022-12-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2174#note_1196429775 Curious as to why. We did have this in Fedora for years before we had kernel- ark. But we also had every single patch broken out, and applied each with git am. There was some

[OS-BUILD PATCH 1/2] redhat/kernel.spec.template: Create srpm git repo

2022-12-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Create srpm git repo Other packages (ex, grub2) create an git repo when the source tree is installed. This changeset adds that functionality to the kernel.spec. This changeset drops support for other SCM in favor of only supporting git and

[OS-BUILD PATCH 2/2] redhat/kernel.spec.template: Set worktree git user information

2022-12-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Set worktree git user information Builds fail with: >Committer identity unknown >*** Please tell me who you are. >Run > git config --global user.email "y...@example.com" > git config --global user.name "Your Name" >to set your account's

[OS-BUILD PATCH 0/2] redhat: Create a git repo when the srpm code is installed

2022-12-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2174 Create a git repo when the srpm code is installed. Signed-off-by: Prarit Bhargava --- redhat/kernel.spec.template | 35 --- 1 files changed, 28

[OS-BUILD PATCH] redhat: genlog.sh failures should interrupt the recipe

2022-12-05 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert redhat: genlog.sh failures should interrupt the recipe Currently if genlog.sh returns a nonzero code the dist-release-changed target will keep going which is not ideal. Fix this by including set -e in genlog.sh and adjusting the dist-release-changed target to check te