[OS-BUILD PATCH] RHMAINTAINERS: Update for Jan 6 2023

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava RHMAINTAINERS: Update for Jan 6 2023 Update RHMAINTAINERS to latest. Signed-off-by: Prarit Bhargava diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index blahblah..blahblah 100644 ---

Re: [OS-BUILD PATCHv4] makefile: Add -Werror support for RHEL

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2240#note_1230405114 Yeah, I was a bit torn on this too for the same reasons; even with this change we have to 'remember' to set CONFIG_WERROR which is lame. One thing to keep in mind is that it does

[OS-BUILD PATCHv4] makefile: Add -Werror support for RHEL

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava makefile: Add -Werror support for RHEL The -Werror flag should be enabled for RHEL. In ARK, however, it is a bit tricky to enable -Werror as a build bug occasionally leaks through upstream review and into Linus' tree. As a consequence, CONFIG_WERROR cannot be enabled in

Re: [OS-BUILD PATCHv3] makefile: Add -Werror support for RHEL

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2240#note_1230393561 Oh it certainly does need that line. I'll add it. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCHv3] makefile: Add -Werror support for RHEL

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava makefile: Add -Werror support for RHEL The -Werror flag should be enabled for RHEL. In ARK, however, it is a bit tricky to enable -Werror as a build bug occasionally leaks through upstream review and into Linus' tree. As a consequence, CONFIG_WERROR cannot be enabled in

Re: [OS-BUILD PATCHv2] makefile: Add -Werror support for RHEL

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2240#note_1230134074 Good point, however, as I mentioned in the commit log we still occasionally see compile warnings in upstream code and we cannot have the build fail in ARK/Fedora due to those

[OS-BUILD PATCHv2] makefile: Add -Werror support for RHEL

2023-01-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava makefile: Add -Werror support for RHEL The -Werror flag should be enabled for RHEL. In ARK, however, it is a bit tricky to enable -Werror as a build bug occasionally leaks through upstream review and into Linus' tree. As a consequence, CONFIG_WERROR cannot be enabled in

Re: [OS-BUILD PATCH] makefile: Add -Werror support for RHEL

2023-01-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2240#note_1229609941 @thuth (I've asked this same question on-list) I'm not sure the powerpc exception is still valid, as the original code was submitted by you in RHEL7. Can you speak to this chunk

[OS-BUILD PATCH] makefile: Add -Werror support for RHEL

2023-01-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava makefile: Add -Werror support for RHEL The -Werror flag should be enabled for RHEL. In ARK, however, it is a bit tricky to enable -Werror as a build bug occasionally leaks through upstream review and into Linus' tree. As a consequence, -Werror cannot be enabled in ARK

[OS-BUILD PATCHv2] redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels

2023-01-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels Add an FAQ entry that provides some simple debugging suggestions for booting between Fedora and ELN/RHEL kernels. Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/faq.rst

[OS-BUILD PATCH] redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels

2023-01-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels Add an FAQ entry that provides some simple debugging suggestions for booting between Fedora and ELN/RHEL kernels. Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/faq.rst

Re: [OS-BUILD PATCHv3 0/3] redhat/kernel.spec.template: Add global compression variables

2022-12-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173#note_1216406692 >But is it in Fedora 36 - Rawhide built binaries? Just checked. It is NOT in F36 or rawhide yet. ___ kernel mailing list --

Re: [OS-BUILD PATCHv2] redhat/configs: Enable CRYPTO_CURVE25519 in ark

2022-12-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2225#note_1216378338 @NefigTut, @omos, @prauld review please. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] redhat/configs: Enable CRYPTO_CURVE25519 in ark

2022-12-16 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2225#note_1212971800 Thanks. Fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2] redhat/configs: Enable CRYPTO_CURVE25519 in ark

2022-12-16 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs: Enable CRYPTO_CURVE25519 in ark Enable CRYPTO_CURVE25519 in ark based on the feedback from a previous merge request [1]. This requires a minor cleanup of the fedora and ark generic files. [1]

[OS-BUILD PATCH] redhat/configs: Enable CRYPTO_CURVE25519 in ark

2022-12-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs: Enable CRYPTO_CURVE25519 in ark Enable CRYPTO_CURVE25519 in ark based on the feedback from a previous merge request [1]. This requires a minor cleanup of the fedora and ark generic files. [1]

[OS-BUILD PATCHv3 1/3] kernel.spec.template: Only use gzip with aarch64

2022-12-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Only use gzip with aarch64 gzip is only needed for aarch64. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCHv3 3/3] kernel.spec.template: Add global compression variables

2022-12-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Add global compression variables Add global compression variables. 'compression' is the compression utility, and 'compext' is the compression extension. In the case of xz, these variables have the same value but that may not always be the case.

[OS-BUILD PATCHv3 2/3] kernel.spec.template: Use xz for KABI

2022-12-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Use xz for KABI Use xz for KABI instead of gzip. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCHv3 0/3] redhat/kernel.spec.template: Add global compression variables

2022-12-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173 Most of the kernel and its packing is currently xz. There are two exceptions: the aarch64 boot an initrd images [1] and KABI. Mark gzip as only being necessary for aarch64, and

[OS-BUILD PATCH] redhat/kernel.spec.template: Fix cpupower file error

2022-12-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Fix cpupower file error These files are not needed anymore. Fixes build error: error: File not found: /builddir/build/BUILDROOT/kernel-6.1.0-0.rc8.20221209git0d1409e4ff08.62.eln124.aarch64/usr/lib/systemd/system/cpupower.service error: File

[OS-BUILD PATCH 1/2] redhat/kernel.spec.template: Create srpm git repo

2022-12-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Create srpm git repo Other packages (ex, grub2) create an git repo when the source tree is installed. This changeset adds that functionality to the kernel.spec. This changeset drops support for other SCM in favor of only supporting git and

[OS-BUILD PATCH 2/2] redhat/kernel.spec.template: Set worktree git user information

2022-12-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Set worktree git user information Builds fail with: >Committer identity unknown >*** Please tell me who you are. >Run > git config --global user.email "y...@example.com" > git config --global user.name "Your Name" >to set your account's

[OS-BUILD PATCH 0/2] redhat: Create a git repo when the srpm code is installed

2022-12-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2174 Create a git repo when the srpm code is installed. Signed-off-by: Prarit Bhargava --- redhat/kernel.spec.template | 35 --- 1 files changed, 28

Re: [OS-BUILD PATCH 0/3] redhat/kernel.spec.template: Add global compression variables

2022-12-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173#note_1195725214 @hertonrk-rh , let's keep this blocked until that MR is merged. Then we can merge this change IMO. ___ kernel mailing list --

Re: [OS-BUILD PATCH 0/3] redhat/kernel.spec.template: Add global compression variables

2022-12-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173#note_1195725117 Ah thanks. I've opened https://src.fedoraproject.org/rpms/grub2/pull- request/24 to add xz to this script. ___ kernel mailing list --

[OS-BUILD PATCH 2/3] kernel.spec.template: Use xz for KABI

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Use xz for KABI Use xz for KABI instead of gzip. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCH 0/3] redhat/kernel.spec.template: Add global compression variables

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173 Most of the kernel and its packing is currently xz. There are two exceptions: the aarch64 boot an initrd images [1] and KABI. Mark gzip as only being necessary for aarch64, and

[OS-BUILD PATCH 1/3] kernel.spec.template: Only use gzip with aarch64

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Only use gzip with aarch64 gzip is only needed for aarch64. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCH 3/3] kernel.spec.template: Add global compression variables

2022-12-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Add global compression variables Add global compression variables. 'compression' is the compression utility, and 'compext' is the compression extension. In the case of xz, these variables have the same value but that may not always be the case.

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x

2022-11-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2160#note_1181383173 Yeah, there's definitely an implied rule about minimizing the number of files. ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x

2022-11-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2160#note_1181302016 Seems to me that CONFIG_TEST_LIVEPATCH should be ``` ./redhat/configs/ark/generic/CONFIG_TEST_LIVEPATCH=m ./redhat/configs/ark/generic/arm/aarch64/# CONFIG_TEST_LIVEPATCH is not

Re: [OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#note_1180048991 @jtoppins_redhat FYI. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] Remove recommendation to use 'common' for config changes.

2022-11-18 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2157#note_1178118380 Ah okay, I got it. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] Remove recommendation to use 'common' for config changes.

2022-11-18 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2157#note_1177910505 Is the worry here that CONFIGs are being dumped into the common directory without concern for Fedora? ___ kernel mailing list --

Re: [OS-BUILD PATCHv2] redhat/Makefile: Fix RHJOBS grep warning

2022-11-17 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2148#note_1176121246 Yep, the result looks good. #fixed ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] redhat/Makefile: Fix RHJOBS grep warning

2022-11-17 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2148#note_1176072850 Good catch. The reason I didn't see this is because MAKEFLAGS always started with a "w". ``` [prarit@prarit kernel-ark]$ make -j13 dist-dump-variables | grep MAKEFLAGS

[OS-BUILD PATCHv2] redhat/Makefile: Fix RHJOBS grep warning

2022-11-17 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Fix RHJOBS grep warning Calculating RHJOBS results in the warning grep: warning: stray \ before white space Resolve this by using [ ] to detect a space in the regex. Before fix: Search for "before white space" in

[OS-BUILD PATCHv5] redhat: Force remove tmp file

2022-11-16 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Force remove tmp file If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not exist. The rpm build will throw an error because the file doesn't exist. Use 'rm -f' to delete the .tmp_vmlinux.btf file. Reported by: stan Signed-off-by: Prarit

Re: [OS-BUILD PATCHv4] redhat: Force remove tmp file

2022-11-16 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1174349020 Oh I didn't. Thanks for pointing it out. I'll add a comment about zfcp. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] redhat/configs: ALSA - cleanups for the CentOS 9.2 update

2022-11-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2128#note_1172928377 I'm 100% sure the rest of us call those headphones. :smile: ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] redhat: avoid picking up stray editor backups when processing configs

2022-11-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2149#note_1172632109 Oh I missed the merge :( I was going to suggest trying to add ~* to .gitignore to see if that fixes the problem. ___ kernel mailing list

Re: [OS-BUILD PATCH] redhat: override `make help` to include dist-help

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2144#note_1171642635 That looks like it keeps "-n" detection working. @jtoppins_redhat just add a new commit explaining what dzickus found (--no-print-directory, etc.)

[OS-BUILD PATCH] redhat/Makefile: Fix RHJOBS grep warning

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Fix RHJOBS grep warning Calculating RHJOBS results in the warning grep: warning: stray \ before white space Resolve this by using [ ] to detect a space in the regex. Before fix: Search for "before white space" in

[OS-BUILD PATCH] redhat/Makefile: Fix RHJOBS grep warning

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Fix RHJOBS grep warning Calculating RHJOBS results in the warning grep: warning: stray \ before white space Resolve this by using [ ] to detect a space in the regex. Before fix: Search for "before white space" in

[OS-BUILD PATCHv2] RHMAINTAINERS: Update for Nov 10 2022

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava RHMAINTAINERS: Update for Nov 10 2022 Update RHMAINTAINERS to latest. Signed-off-by: Prarit Bhargava diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv4] redhat: Force remove tmp file

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Force remove tmp file If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not exist. The rpm build will throw an error because the file doesn't exist. Use 'rm -f' to delete the .tmp_vmlinux.btf file. Reported by: stan Signed-off-by: Prarit

[OS-BUILD PATCHv5 3/6] redhat: Move kernel-tools scripts into their own directory

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move kernel-tools scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the kernel-tools scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv5 5/6] redhat: Move yaml files into their own directory

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move yaml files into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the yaml files into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv5 6/6] redhat: Move cross-compile scripts into their own directory

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move cross-compile scripts into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the cross-compile scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross

[OS-BUILD PATCHv5 0/6] redhat: Cleanup scripts

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095 The redhat/ directory contains a bunch of scripts. These can be moved around and cleaned up. Signed-off-by: Prarit Bhargava --- redhat/scripts/ci/ark-update-configs.sh

[OS-BUILD PATCHv5 2/6] redhat: Move gen-* scripts into their own directory

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move gen-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the gen-* scripts, and the commit_template into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv5 4/6] redhat: Move update_scripts.sh into redhat/scripts

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move update_scripts.sh into redhat/scripts The redhat/scripts dir is messy and this is just a cleanup. Move upate_scripts.sh into redhat/scripts. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv5 1/6] redhat: Move mod-* scripts into their own directory

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move mod-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the mod-* scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCH] redhat: Remove cpupower files

2022-11-14 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Remove cpupower files The cpupower.config and cpupower.service files no longer serve a purpose. System level performance control is generally controlled by tuned and other system applications. Remove the cpupower files from the kernel. Signed-off-by: Prarit

[OS-BUILD PATCH] RHMAINTAINERS: Update for Nov 10 2022

2022-11-10 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava RHMAINTAINERS: Update for Nov 10 2022 Update RHMAINTAINERS to latest. Signed-off-by: Prarit Bhargava diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index blahblah..blahblah 100644 ---

Re: [OS-BUILD PATCHv3] redhat: Force remove tmp file

2022-11-08 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1164062511 Good point. Fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv3] redhat: Force remove tmp file

2022-11-08 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Force remove tmp file If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not exist. The rpm build will throw an error because the file doesn't exist. Use 'rm -f' to delete the .tmp_vmlinux.btf file. Reported by: stan Signed-off-by: Prarit

Re: [OS-BUILD PATCHv2] redhat: Force remove tmp file

2022-11-07 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1163059065 Resolve thread. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] redhat: Force remove tmp file

2022-11-07 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1163058937 Fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

[OS-BUILD PATCHv2] redhat: Force remove tmp file

2022-11-07 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Force remove tmp file If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not exist. The rpm build will throw an error because the file doesn't exist. Use 'rm -f' to delete the .tmp_vmlinux.btf file. Reported by: stan Signed-off-by: Prarit

[OS-BUILD PATCH] redhat: Test tmp file before deleting

2022-11-07 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Test tmp file before deleting If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not exist. The rpm build will throw an error because the file doesn't exist. Test for the existence of .tmp_vmlinux.btf before deleting it. Reported by: stan

[OS-BUILD PATCH] redhat/Makefile: Remove BUILD_SCRATCH_TARGET

2022-10-31 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Remove BUILD_SCRATCH_TARGET BUILD_SCRATCH_TARGET was deprecated in 5.19.0 and can be removed. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@

[OS-BUILD PATCH] RHMAINTAINERS: Update for Oct 28 2022

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava RHMAINTAINERS: Update for Oct 28 2022 Update RHMAINTAINERS to latest. Signed-off-by: Prarit Bhargava diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv4 4/6] redhat: Move update_scripts.sh into redhat/scripts

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move update_scripts.sh into redhat/scripts The redhat/scripts dir is messy and this is just a cleanup. Move upate_scripts.sh into redhat/scripts. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv4 2/6] redhat: Move gen-* scripts into their own directory

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move gen-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the gen-* scripts, and the commit_template into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv4 6/6] redhat: Move cross-compile scripts into their own directory

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move cross-compile scripts into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the cross-compile scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross

[OS-BUILD PATCHv4 5/6] redhat: Move yaml files into their own directory

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move yaml files into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the yaml files into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv4 3/6] redhat: Move kernel-tools scripts into their own directory

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move kernel-tools scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the kernel-tools scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv4 1/6] redhat: Move mod-* scripts into their own directory

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move mod-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the mod-* scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv4 0/6] redhat: Cleanup scripts

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095 The redhat/ directory contains a bunch of scripts. These can be moved around and cleaned up. Signed-off-by: Prarit Bhargava --- redhat/scripts/ci/ark-update-configs.sh

[OS-BUILD PATCH] redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target

2022-10-28 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target A new generic build target, rhel-9-newest-test-pesign, has been added to brew. This target points to the newest RHEL9 pesign build image. As a result of this change, 'make DIST=.el9 dist-brew' results in

[OS-BUILD PATCH] redhat/docs: Update with DISTLOCALVERSION

2022-10-26 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/docs: Update with DISTLOCALVERSION The LOCALVERSION variable was renamed to DISTLOCALVERSION. Update the docs to reflect this change. Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/kernel-naming.rst b/redhat/docs/kernel-naming.rst index

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_FW_LOADER_COMPRESS

2022-10-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2112#note_1146840551 I've blocked the cs9 MR here: https://gitlab.com/redhat/centos- stream/src/kernel/centos-stream-9/-/merge_requests/1332#note_1146815721

[OS-BUILD PATCHv3 7/8] redhat: Move yaml files into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move yaml files into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the yaml files into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv3 0/8] redhat: Cleanup scripts

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095 The redhat/ directory contains a bunch of scripts. These can be moved around and cleaned up. Signed-off-by: Prarit Bhargava ---

[OS-BUILD PATCHv3 8/8] redhat: Move cross-compile scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move cross-compile scripts into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the cross-compile scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross

[OS-BUILD PATCHv3 6/8] redhat: Move update_scripts.sh into redhat/scripts

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move update_scripts.sh into redhat/scripts The redhat/scripts dir is messy and this is just a cleanup. Move upate_scripts.sh into redhat/scripts. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv3 4/8] redhat: Move gen-* scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move gen-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the gen-* scripts, and the commit_template into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv3 5/8] redhat: Move kernel-tools scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move kernel-tools scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the kernel-tools scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv3 3/8] redhat: Move mod-* scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move mod-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the mod-* scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv3 2/8] Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Justin M. Forbes Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs Upstream commit 0192445cb2f7e renamed FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER which made it appear as a new config item for us in pending. While I have fixed up pending, this MR just fixes up the

[OS-BUILD PATCHv3 1/8] Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Justin M. Forbes Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending Upstream commit 0192445cb2f7e renamed FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER which appeared as a new config item set to defaults for us. Unfortunately those defaults do not match what is needed.

Re: [OS-BUILD PATCHv2 0/8] redhat: Cleanup scripts

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095#note_1143736240 Yep, good point. Fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2 0/8] redhat: Cleanup scripts

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095#note_1143735829 Yep, good point. Fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2 8/8] redhat: Move cross-compile scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move cross-compile scripts into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the cross-compile scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross

[OS-BUILD PATCHv2 7/8] redhat: Move yaml files into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move yaml files into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the yaml files into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv2 6/8] redhat: Move update_scripts.sh into redhat/scripts

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move update_scripts.sh into redhat/scripts The redhat/scripts dir is messy and this is just a cleanup. Move upate_scripts.sh into redhat/scripts. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv2 5/8] redhat: Move kernel-tools scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move kernel-tools scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the kernel-tools scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv2 4/8] redhat: Move gen-* scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move gen-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the gen-* scripts, and the commit_template into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv2 3/8] redhat: Move mod-* scripts into their own directory

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move mod-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the mod-* scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv2 2/8] Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Justin M. Forbes Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs Upstream commit 0192445cb2f7e renamed FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER which made it appear as a new config item for us in pending. While I have fixed up pending, this MR just fixes up the

[OS-BUILD PATCHv2 1/8] Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Justin M. Forbes Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending Upstream commit 0192445cb2f7e renamed FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER which appeared as a new config item set to defaults for us. Unfortunately those defaults do not match what is needed.

[OS-BUILD PATCHv2 0/8] redhat: Cleanup scripts

2022-10-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095 The redhat/ directory contains a bunch of scripts. These can be moved around and cleaned up. Signed-off-by: Prarit Bhargava ---

[OS-BUILD PATCH] redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP

2022-10-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP RHDISTGIT_TMP should be declared with "?=". Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.variables b/redhat/Makefile.variables index blahblah..blahblah 100644 --- a/redhat/Makefile.variables +++

Re: [OS-BUILD PATCH] Add kasan_test to mod-internal.list

2022-10-13 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2092#note_1134900344 I was just testing this exact patch. Thanks :) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH 3/8] redhat: Move mod-* scripts into their own directory

2022-10-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move mod-* scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the mod-* scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCH 7/8] redhat: Move yaml files into their own directory

2022-10-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move yaml files into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the yaml files into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCH 8/8] redhat: Move cross-compile scripts into their own directory

2022-10-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move cross-compile scripts into their own directory The redhat/scripts dir is messy and this is just a cleanup. Move the cross-compile scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross

[OS-BUILD PATCH 5/8] redhat: Move kernel-tools scripts into their own directory

2022-10-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Move kernel-tools scripts into their own directory The redhat/ dir is messy and this is just a cleanup. Move the kernel-tools scripts into their own directory. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

<    1   2   3   4   5   6   7   8   9   10   >