Re: Fedora and 5.19

2022-08-04 Thread Hans de Goede
Hi, On 8/2/22 22:15, Justin Forbes wrote: > The initial fedora-5.19 branch has been created in kernel-ark. As I > mentioned earlier, F37 will branch a 6.0 merge window kernel, but that > will be replaced with 5.19 as soon as possible. I'm not sure when F37 branches of, but it would it not be bett

Re: Fedora and 5.19

2022-08-04 Thread Peter Robinson
On Thu, Aug 4, 2022 at 11:35 AM Hans de Goede wrote: > > Hi, > > On 8/2/22 22:15, Justin Forbes wrote: > > The initial fedora-5.19 branch has been created in kernel-ark. As I > > mentioned earlier, F37 will branch a 6.0 merge window kernel, but that > > will be replaced with 5.19 as soon as possib

Re: Fedora and 5.19

2022-08-04 Thread Justin Forbes
On Thu, Aug 4, 2022 at 5:44 AM Peter Robinson wrote: > > On Thu, Aug 4, 2022 at 11:35 AM Hans de Goede wrote: > > > > Hi, > > > > On 8/2/22 22:15, Justin Forbes wrote: > > > The initial fedora-5.19 branch has been created in kernel-ark. As I > > > mentioned earlier, F37 will branch a 6.0 merge wi

[OS-BUILD PATCH 0/2] Reduce disk space requirements of the kernel build

2022-08-04 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1950 Two small spec file tweaks to reduce the disk space footprint of the kernel build. This is useful for custom/local builds - for example it makes it more feasible to build the kernel o

[OS-BUILD PATCH 2/2] kernel.spec.template: remove some temporary files early

2022-08-04 Thread via Email Bridge
From: Ondrej Mosnacek kernel.spec.template: remove some temporary files early These are very big, yet not needed after the dependent results have been generated, so we can remove them to reduce disk space requirements of the kernel build. Signed-off-by: Ondrej Mosnacek diff --git a/redhat/ker

[OS-BUILD PATCH 1/2] kernel.spec.template: avoid keeping two copies of vmlinux

2022-08-04 Thread via Email Bridge
From: Ondrej Mosnacek kernel.spec.template: avoid keeping two copies of vmlinux This file is very large, so make sure we only work with one copy of it to reduce disk space requirements. Signed-off-by: Ondrej Mosnacek diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index

Re: [OS-BUILD PATCHv3] Enable KUNIT tests for redhat kernel-modules-internal

2022-08-04 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1422#note_1051481242 While this started out as a good idea, it may be coming back to bite us. So far during the 6.0 merge window, 2 new commits have come in which cause major issues with this setup: ``

Re: [OS-BUILD PATCHv3] Enable KUNIT tests for redhat kernel-modules-internal

2022-08-04 Thread Nico Pache (via Email Bridge)
From: Nico Pache on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1422#note_1051740936 Seems like a easy fix, Ill produce a test build and an commit with the following changes. Ill follow up tomorrow! ``` diff --git a/include/kunit/test.h b/include/kunit/test.h index 00b9f