[OS-BUILD PATCH] Add git config hook

2020-05-13 Thread GitLab Bridge on behalf of dzickusrh
From: Don Zickus The kernel workflow is adding complexity. Let's hide some of that complexity behind git aliases. Instead of having the developer manually add them all the time, add a make command to 'include' kernel aliases. A new command 'make rh-gitsetup' runs git config --local --add

✅ PASS: Test report for kernel 5.7.0-0.rc5.1.cki.fc33 (ark)

2020-05-13 Thread CKI Project
Hello, We ran automated tests on a recent commit from this kernel tree: Kernel repo: https://gitlab.com/cki-project/kernel-ark.git Commit: d3be85d80b25 - [redhat] kernel-5.7.0-0.rc5.20200513git24085f70a6e1.1 The results of these automated tests are provided below.

[OS-BUILD PATCH] redhat: Change Makefile target names to dist-

2020-05-13 Thread GitLab Bridge on behalf of prarit
From: Prarit Bhargava The distribution specific Makefile target names begin with rh-. Switch them to be use the distro agnostic dist-. rh-dist-git-test and rh-dist-git are renamed to dist-git-test and dist-git. Signed-off-by: Prarit Bhargava v2: Update to include jcline's newly added docs

Re: kernel-ark merge request 354

2020-05-13 Thread Jeremy Cline
On Wed, May 13, 2020 at 04:24:54PM -0400, Prarit Bhargava wrote: > Hey everyone, > > I spoke with dzickus about this and he suggested I reach out to the list to > get > an idea of how to fix this. > > I originally pushed a branch "osnamechange" to gitlab and created merge > request > 354.

kernel-ark merge request 354

2020-05-13 Thread Prarit Bhargava
Hey everyone, I spoke with dzickus about this and he suggested I reach out to the list to get an idea of how to fix this. I originally pushed a branch "osnamechange" to gitlab and created merge request 354. That patch, as discussed in the other thread, caused CKI to fail. jcline commented in

Re: RHEL-specific patches in Fedora (non ELN) (was: Re: Building custom kernel from src.rpm fails for kernel 5.7)

2020-05-13 Thread stan
On Tue, 12 May 2020 11:21:59 -0500 Justin Forbes wrote: > The ELN kernel does build with them enabled. The original build > failure here was due to one not being wrapped, and it should be fixed. After I saw this, I pulled the latest src.rpm from koji, rc7, and tried building it. I still had

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Jeremy Cline
On Wed, May 13, 2020 at 06:21:04PM +0200, Jiri Benc wrote: > On Wed, 13 May 2020 10:21:49 -0400, Jeremy Cline wrote: > > It's actually not CKI, just a few smoke tests (config validation, making > > sure the SRPM builds) run on the free Gitlab runners. It'd be great to > > get CKI to do build tests

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Prarit Bhargava
On 5/13/20 11:54 AM, Don Zickus wrote: > On Wed, May 13, 2020 at 10:21:31AM -0500, Justin Forbes wrote: >> On Wed, May 13, 2020 at 10:13 AM Prarit Bhargava wrote: >>> >>> On 5/13/20 10:31 AM, Don Zickus wrote: On Wed, May 13, 2020 at 07:22:45AM -0400, Prarit Bhargava wrote: > On 5/13/20

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Jiri Benc
On Wed, 13 May 2020 10:21:49 -0400, Jeremy Cline wrote: > It's actually not CKI, just a few smoke tests (config validation, making > sure the SRPM builds) run on the free Gitlab runners. It'd be great to > get CKI to do build tests in the future, though. Okay, thanks for correcting me. > Having

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Don Zickus
On Wed, May 13, 2020 at 10:21:31AM -0500, Justin Forbes wrote: > On Wed, May 13, 2020 at 10:13 AM Prarit Bhargava wrote: > > > > On 5/13/20 10:31 AM, Don Zickus wrote: > > > On Wed, May 13, 2020 at 07:22:45AM -0400, Prarit Bhargava wrote: > > >> On 5/13/20 3:50 AM, Jiri Benc wrote: > > >>> On

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Justin Forbes
On Wed, May 13, 2020 at 10:13 AM Prarit Bhargava wrote: > > On 5/13/20 10:31 AM, Don Zickus wrote: > > On Wed, May 13, 2020 at 07:22:45AM -0400, Prarit Bhargava wrote: > >> On 5/13/20 3:50 AM, Jiri Benc wrote: > >>> On Tue, 12 May 2020 20:19:09 -0400, Prarit Bhargava wrote: > My patch in

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Prarit Bhargava
On 5/13/20 10:31 AM, Don Zickus wrote: > On Wed, May 13, 2020 at 07:22:45AM -0400, Prarit Bhargava wrote: >> On 5/13/20 3:50 AM, Jiri Benc wrote: >>> On Tue, 12 May 2020 20:19:09 -0400, Prarit Bhargava wrote: My patch in merge request 354 changes the names of makefile targets from rh-*

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Don Zickus
On Wed, May 13, 2020 at 07:22:45AM -0400, Prarit Bhargava wrote: > On 5/13/20 3:50 AM, Jiri Benc wrote: > > On Tue, 12 May 2020 20:19:09 -0400, Prarit Bhargava wrote: > >> My patch in merge request 354 changes the names of makefile targets from > >> rh-* to > >> dist-* > > > > I haven't seen

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Jeremy Cline
On Wed, May 13, 2020 at 01:57:31PM +0200, Jiri Benc wrote: > On Wed, 13 May 2020 07:22:45 -0400, Prarit Bhargava wrote: > > IOW this is a chicken-and-egg problem and I'm not sure how get around it. > > In other words, patches are sent to the list only after they pass CKI? > That's unexpected,

Re: Fwd: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Jeremy Cline
On Tue, May 12, 2020 at 08:19:09PM -0400, Prarit Bhargava wrote: > jforbes, > > My patch in merge request 354 changes the names of makefile targets from rh-* > to > dist-* which will obviously cause the failures in the tests below. It looks > like I would have to also change the test code but

[OS-BUILD PATCH] configs: Disable Serial IR driver

2020-05-13 Thread GitLab Bridge on behalf of prarit
From: Prarit Bhargava This is an old driver and no longer used. It can be disabled. Disable the Serial IR driver. Signed-off-by: Prarit Bhargava Cc: Jeff Bastian --- redhat/configs/common/generic/CONFIG_IR_SERIAL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Jiri Benc
On Wed, 13 May 2020 07:22:45 -0400, Prarit Bhargava wrote: > IOW this is a chicken-and-egg problem and I'm not sure how get around it. In other words, patches are sent to the list only after they pass CKI? That's unexpected, though I can see that it could make sense. However, in that case, we

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Prarit Bhargava
On 5/13/20 3:50 AM, Jiri Benc wrote: > On Tue, 12 May 2020 20:19:09 -0400, Prarit Bhargava wrote: >> My patch in merge request 354 changes the names of makefile targets from >> rh-* to >> dist-* > > I haven't seen that patch on kernel@lists.fedoraproject.org. What's > going on? > jbenc, My

Re: kernel-ark | Pipeline #145379201 has failed for osnamechange | 1b1d4554 in !354

2020-05-13 Thread Jiri Benc
On Tue, 12 May 2020 20:19:09 -0400, Prarit Bhargava wrote: > My patch in merge request 354 changes the names of makefile targets from rh-* > to > dist-* I haven't seen that patch on kernel@lists.fedoraproject.org. What's going on? Jiri ___ kernel