Re: [OS-BUILD PATCHv3] aarch64: enable zboot

2023-02-13 Thread Hector Martin (via Email Bridge)
From: Hector Martin on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2283#note_1277275063 I haven't tested it but I don't see why it wouldn't work. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCHv2 0/2] redhat/configs: rename ark config directory to rhel

2023-02-13 Thread Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2278#note_1277021214 done ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora

[OS-BUILD PATCHv2 2/2] redhat/configs: update scripts and docs for ark -> rhel rename

2023-02-13 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat/configs: update scripts and docs for ark -> rhel rename Update documentation and scripts to deal with renaming the ark and pending-ark to rhel and pending-rhel in redhat/configs Signed-off-by: Clark Williams diff --git a/redhat/configs/README

[OS-BUILD PATCHv2 1/2] redhat/configs: rename ark configs dir to rhel

2023-02-13 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat/configs: rename ark configs dir to rhel The kernel-ark redhat/configs directories named 'ark' and 'pending-ark' have always been the RHEL config dirs but were named 'ark'. This has caused no end of confusion. Fix this by renaming the ark and pending-ark directories

Re: [OS-BUILD PATCH 0/2] redhat/configs: rename ark config directory to rhel

2023-02-13 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2278#note_1276995815 git grep 'pending-ark' redhat/ shows redhat/scripts/genspec/gen_config_patches.sh Can you update that too? ___ kernel mailing list --

Re: [OS-BUILD PATCH 0/2] redhat/configs: rename ark config directory to rhel

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2278#note_1276964918 I have a feeling a documentation 'pending-ark' reference or something like that will pop out of this later on. What's surprising me is how simple the "code" changes are. This

[OS-BUILD PATCHv3 7/7] redhat/self-test: Update self-test data

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Update self-test data Update the self-test data to reflect the variable changes for SPECPACKAGE_NAME. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7 b/redhat/self-test/data/centos-2585cf9dfaad.el7 index

[OS-BUILD PATCHv3 6/7] redhat/kernel.spec.template: Fix hardcoded "kernel"

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Fix hardcoded "kernel" There are a few places where kernel is hardcoded in the spec. Replace hardcoded "kernel" with the package name, %{name}. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template

[OS-BUILD PATCHv3 5/7] redhat/configs/generate_all_configs.sh: Fix config naming

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs/generate_all_configs.sh: Fix config naming The existing config naming hardcoded the number of hyphens in the config string name, causing SPECPACKAGE_NAME strings with hyphens to fail. Fix the config naming to allow for hyphens in the package name.

[OS-BUILD PATCHv3 4/7] redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh Pass the SPECPACKAGE_NAME variable to the generate_all_configs.sh script. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index

[OS-BUILD PATCHv3 3/7] kernel.spec.template: Use SPECPACKAGE_NAME

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Use SPECPACKAGE_NAME The SPECPACKAGE_NAME variable is used to change the kernel RPM name. The variable should be used to override the RPM name field. This also requires changing the name of the kernel config files to use %{name}. Use

[OS-BUILD PATCHv3 0/7] redhat: Fix PACKAGE_NAME variable

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2253 The PACKAGE_NAME variable description implies that 'make PACKAGE_NAME="foo" dist-all-rpms' will create a set of rpms with Name "foo". This, unfortunately, does not work. The

[OS-BUILD PATCHv3 2/7] redhat/Makefile: Copy spec file

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Copy spec file Users can set SPECPACKAGE_NAME which results in a build failure: cp: cannot stat '/home/prarit/git-kernel/kernel-ark/redhat/kernel-rh.spec.template': No such file or directory If the spec file exists use it, otherwise assume that

Re: [OS-BUILD PATCH 0/2] redhat/configs: rename ark config directory to rhel

2023-02-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2278#note_1276911812 @clrkwllms do you have a link to a koji build? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH 1/2] redhat/configs: rename ark configs dir to rhel

2023-02-13 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat/configs: rename ark configs dir to rhel The kernel-ark redhat/configs directories named 'ark' and 'pending-ark' have always been the RHEL config dirs but were named 'ark'. This has caused no end of confusion. Fix this by renaming the ark and pending-ark directories

[OS-BUILD PATCH 2/2] redhat/configs: update scripts and docs for ark -> rhel rename

2023-02-13 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat/configs: update scripts and docs for ark -> rhel rename Update documentation and scripts to deal with renaming the ark and pending-ark to rhel and pending-rhel in redhat/configs Signed-off-by: Clark Williams diff --git a/redhat/configs/README

Re: [OS-BUILD PATCHv2 0/6] redhat: Fix PACKAGE_NAME variable

2023-02-13 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2253#note_1276686487 It looks like this needs an update to the selftest data too: https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-internal-pipelines/cki- trusted-contributors/-/jobs/3684253217#L93

Re: Rawhide Kconfig changes late in the -rc cycle

2023-02-13 Thread Justin Forbes
On Sat, Feb 11, 2023 at 1:37 AM Ondrej Mosnáček wrote: > > On Fri, Feb 10, 2023 at 9:10 PM Justin Forbes wrote: > > > > On Fri, Feb 10, 2023 at 11:28 AM Paul Moore wrote: > > > > > > On Fri, Feb 10, 2023 at 12:15 PM Paul Moore wrote: > > > > > > > > Hi Fedora Kernel People, > > > > > > > > The