[OS-BUILD PATCHv2 1/2] Add tracking branches for rt-devel

2024-03-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus Add tracking branches for rt-devel Without the tracking branches, the branches are created from scratch which prevent a fast-forward merge later to rt-devel and automotive-devel. Signed-off-by: Don Zickus diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah

[OS-BUILD PATCHv2 2/2] Octopus merges are too conservative, serialize instead

2024-03-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus Octopus merges are too conservative, serialize instead There are some commits in an octous merge that may overlap and the octopus merging is to conservative. Serializing the merges is more successfull. Convert to that. Signed-off-by: Don Zickus diff --git

[OS-BUILD PATCHv2 0/2] Cleanup fixes for rt-devel

2024-03-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2972 More cleanup fixes to handle daily merges for rt-devel and automotive-devel. Tested by simulating the two daily cronjob in test-os-builds. Signed-off-by: Don Zickus dzic...@redhat.com

[OS-BUILD PATCH 0/0] A few updates to the module filtering files for the 6.9 merge window after experiences with -next

2024-03-11 Thread Thorsten Leemhuis (via Email Bridge)
From: Thorsten Leemhuis on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2975 NOTE: Truncated patchset since committer email 'fed...@leemhuis.info' does not match the submitter's GitLab public email address 'li...@leemhuis.info'. In the past few

[OS-BUILD PATCHv7 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons Upstream Status: RHEL-Only The folder redhat/addons will contain all addons configs specifying the UKI kernel cmdline addons to be created in the next build. An addon config is simply a

[OS-BUILD PATCHv7 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917 We want to enable kernel.spec to optionally ship UKI addons defined in a common config file in redhat folder. The folder redhat/addons will contain all addons configs

[OS-BUILD PATCHv7 2/2] redhat/uki_cmdline_addons.conf: add FIPS addon

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/uki_cmdline_addons.conf: add FIPS addon Upstream Status: RHEL-Only The fips addon simply enable fips in the kernel command line. Signed-off-by: Emanuele Giuseppe Esposito diff --git a/redhat/addons/fedora/virt/x86_64/ciao.addon

[OS-BUILD PATCHv6 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917 We want to enable kernel.spec to optionally ship UKI addons defined in a common config file in redhat folder. The folder redhat/addons will contain all addons configs

Re: [OS-BUILD PATCHv6 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917#note_1809308997 @vkuznets @berrange @prudo1 I sent another version. In this version, I use a config-like addons structure, split configs and create a sub-rpm depending on UKIs, arch and

[OS-BUILD PATCHv8 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons Upstream Status: RHEL-Only The folder redhat/addons will contain all addons configs specifying the UKI kernel cmdline addons to be created in the next build. An addon config is simply a

[OS-BUILD PATCHv8 2/2] redhat/uki_cmdline_addons.conf: add FIPS addon

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/uki_cmdline_addons.conf: add FIPS addon Upstream Status: RHEL-Only The fips addon simply enable fips in the kernel command line. Signed-off-by: Emanuele Giuseppe Esposito diff --git a/redhat/addons/fedora/virt/aarch64/fips.addon

[OS-BUILD PATCHv8 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917 We want to enable kernel.spec to optionally ship UKI addons defined in a common config file in redhat folder. The folder redhat/addons will contain all addons configs

[OS-BUILD PATCHv6 2/2] redhat/uki_cmdline_addons.conf: add FIPS addon

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/uki_cmdline_addons.conf: add FIPS addon Upstream Status: RHEL-Only The fips addon simply enable fips in the kernel command line. Signed-off-by: Emanuele Giuseppe Esposito diff --git a/redhat/addons/fedora/virt/x86_64/ciao.addon

[OS-BUILD PATCHv6 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons Upstream Status: RHEL-Only The folder redhat/addons will contain all addons configs specifying the UKI kernel cmdline addons to be created in the next build. An addon config is simply a

[OS-BUILD PATCHv9 2/2] redhat/uki_cmdline_addons.conf: add FIPS addon

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/uki_cmdline_addons.conf: add FIPS addon Upstream Status: RHEL-Only The fips addon simply enable fips in the kernel command line. Signed-off-by: Emanuele Giuseppe Esposito diff --git a/redhat/addons/fedora/virt/aarch64/fips.addon

[OS-BUILD PATCHv9 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons Upstream Status: RHEL-Only The folder redhat/addons will contain all addons configs specifying the UKI kernel cmdline addons to be created in the next build. An addon config is simply a

[OS-BUILD PATCHv9 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917 We want to enable kernel.spec to optionally ship UKI addons defined in a common config file in redhat folder. The folder redhat/addons will contain all addons configs

[OS-BUILD PATCHv10 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917 We want to enable kernel.spec to optionally ship UKI addons defined in a common config file in redhat folder. The folder redhat/addons will contain all addons configs

[OS-BUILD PATCHv10 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons Upstream Status: RHEL-Only The folder redhat/addons will contain all addons configs specifying the UKI kernel cmdline addons to be created in the next build. An addon config is simply a

[OS-BUILD PATCHv10 2/2] redhat/uki_cmdline_addons.conf: add FIPS addon

2024-03-11 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/uki_cmdline_addons.conf: add FIPS addon Upstream Status: RHEL-Only The fips addon simply enable fips in the kernel command line. Signed-off-by: Emanuele Giuseppe Esposito diff --git a/redhat/addons/fedora/virt/aarch64/fips.addon