The kernel-ark os-build branch has been rebased

2023-06-26 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.5 releases, and again with 6.6... It is difficult to manage a regularly rebased tree,

Re: [OS-BUILD PATCH] redhat/configs: aarch64: move CONFIG_ROCKCHIP_ERRATUM_3588001 to common

2023-06-26 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2526#note_1445876970 Yeah, I was updating some gic code for RHEL which brought this into RHEL. It was a kneejerk reaction to just keep the ark =y without giving it a thought. I'll update the MR to turn it of

Re: [OS-BUILD PATCHv3 0/10] CI: script cleanup part3

2023-06-26 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2519#note_1445269079 is the `|| exit 1` really needed? Normally GitLab CI snippets run under `set -o errexit` ___ kernel mailing list -- kernel@lists.fedorapro

Re: [OS-BUILD PATCH 0/3] CI: simple script cleanups part1

2023-06-26 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2517#note_1445266033 is the `|| exit 1` really needed? Normally GitLab CI snippets run under `set -o errexit` 🤔 ___ kernel mailing list -- kernel@lists.fedorap