[OS-BUILD PATCHv2] Combine duplicate configs across ark and fedora into common

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus Combine duplicate configs across ark and fedora into common Used redhat/configs/evaluate_configs -j and it made these changes. Signed-off-by: Don Zickus diff a/redhat/configs/ark/generic/CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND b/redhat/configs/common/generic

[OS-BUILD PATCHv3 2/2] Remove duplicate configs acroos fedora, ark and common

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus Remove duplicate configs acroos fedora, ark and common No functional change, just a bunch of bash commands to filter out duplicate configs. * fedora configs in common/ are deleted * fedora configs found in ark/ moved to common and deleted * ark configs found in common

[OS-BUILD PATCHv3 1/2] Combine duplicate configs across ark and fedora into common

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus Combine duplicate configs across ark and fedora into common Used redhat/configs/evaluate_configs -j and it made these changes. Signed-off-by: Don Zickus diff a/redhat/configs/ark/generic/CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND b/redhat/configs/common/generic

[OS-BUILD PATCHv3 0/2] Combine duplicate configs across ark and fedora into common

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/996 Used redhat/configs/evaluate_configs -j and it made these changes. Signed-off-by: Don Zickus's avatarDon Zickus ___ kernel mailing list

[OS-BUILD PATCH 0/2] docs: Update docs to reflect newer workflow.

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/996 The workflow has recently changed such that all development is done on the 'os-build' branch. Update the docs to show how easy it is to make a change, commit it, generate the srpm

[OS-BUILD PATCH 1/2] docs: Update docs to reflect newer workflow.

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus docs: Update docs to reflect newer workflow. The workflow has recently changed such that all development is done on the 'os-build' branch. Update the docs to show how easy it is to make a change, commit it, generate the srpm and upload it to koji. Also add it a build dep

[OS-BUILD PATCH 2/2] Combine duplicate configs across ark and fedora into common

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus Combine duplicate configs across ark and fedora into common Used redhat/configs/evaluate_configs -j and it made these changes. Signed-off-by: Don Zickus diff a/redhat/configs/ark/generic/CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND b/redhat/configs/common/generic

[OS-BUILD PATCHv2] Use upstream/master for merge-base with fallback to master

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus Use upstream/master for merge-base with fallback to master In Makefile.common there is logic that determines what the merge-base is and is used to generate changelogs correctly. The logic assumes a 'master' branch exists and is up to date. However, the documentation recommends

Re: [OS-BUILD PATCHv2] Use upstream/master for merge-base with fallback to master

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/995#note_544042283 @jmflinuxtx - this might conflict with a similar change you are making in the stable branches? ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCHv2] docs: Update docs to reflect newer workflow.

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/772#note_544043785 @hadess1 - created !995 to address your concerns. This should allow me to delete that line from the documentation. Let me re-push with your above 2 requests

[OS-BUILD PATCHv3] docs: Update docs to reflect newer workflow.

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus docs: Update docs to reflect newer workflow. The workflow has recently changed such that all development is done on the 'os-build' branch. Update the docs to show how easy it is to make a change, commit it, generate the srpm and upload it to koji. Also add it a build dep

Re: [OS-BUILD PATCH] iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/898#note_544048046 @darcari poke? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

[OS-BUILD PATCHv4] [redhat] Update configs for mod-internal.list

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus [redhat] Update configs for mod-internal.list Several of the options for mod-internal.list are now out of sync with RHEL8. Adjust accordingly. Cc: Waiman Long Cc: Jiri Benc Signed-off-by: Laura Abbott Signed-off-by: Don Zickus V2: rebase to latest V3: Adjust

Re: [OS-BUILD PATCHv4] [redhat] Update configs for mod-internal.list

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/987#note_544012651 @jbencrh - I kept the common/generic changes as they reflect ark. Instead I overrode common/generic with fedora/generic. This should achieve the same effect you want, just differently

Re: [OS-BUILD PATCH] redhat/Makefile.common: Fix 'fatal: Not a valid object name master' error

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/588#note_544037237 @prarit Can we close this in favor of https://gitlab.com/cki- project/kernel-ark/-/merge_requests/995? This helps address an issue in the documentation !772 where there is ambiguity

Re: [OS-BUILD PATCHv4] Export ark infrastructure files

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_544023607 @knurd42 - I looked into your config comparison between the source git tree and dist-git tree. The issue is the configs are processed in 2 stages. First stage, merge everything in redhat

Re: [OS-BUILD PATCHv2 0/0] [redhat] New configs in drivers/vdpa

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/321#note_544024516 @bonzini - is this good now? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat/Makefile.common: Fix 'fatal: Not a valid object name master' error

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/588#note_544031220 @prarit Does this work better? ``` diff --git a/redhat/Makefile.common b/redhat/Makefile.common index 64aaa40e5adaf..2fa7a5c8e13f8 100644 --- a/redhat/Makefile.common +++ b/redhat

[OS-BUILD PATCH] Use upstream/master for merge-base with fallback to master

2021-04-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus Use upstream/master for merge-base with fallback to master In Makefile.common there is logic that determines what the merge-base is and is used to generate changelogs correctly. The logic assumes a 'master' branch exists and is up to date. However, the documentation recommends

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-03-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/24#note_540248405 Closing as no kernel package owns that directory. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] [redhat] Update configs for mod-internal.list

2021-03-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/987#note_540384855 @jbencrh - the original MR, https://gitlab.com/cki-project/kernel- ark/-/merge_requests/86, had you nacking this but did not record why. Not sure if you recall or if a fresh review would

[OS-BUILD PATCH] [redhat] Update configs for mod-internal.list

2021-03-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus [redhat] Update configs for mod-internal.list Several of the options for mod-internal.list are now out of sync with RHEL8. Adjust accordingly. Signed-off-by: Laura Abbott Signed-off-by: Don Zickus V2: rebase to latest diff a/redhat/configs/ark/debug/arm/aarch64

[OS-BUILD PATCHv3] [redhat] Update configs for mod-internal.list

2021-03-30 Thread Don Zickus (via Email Bridge)
From: Don Zickus [redhat] Update configs for mod-internal.list Several of the options for mod-internal.list are now out of sync with RHEL8. Adjust accordingly. Cc: Waiman Long Cc: Jiri Benc Signed-off-by: Laura Abbott Signed-off-by: Don Zickus V2: rebase to latest V3: Adjust

Re: [OS-BUILD PATCHv2] [redhat] Update configs for mod-internal.list

2021-03-30 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/987#note_541381609 @jbencrh @llong1 - have time for a review? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

[OS-BUILD PATCHv2] [redhat] Update configs for mod-internal.list

2021-03-30 Thread Don Zickus (via Email Bridge)
From: Don Zickus [redhat] Update configs for mod-internal.list Several of the options for mod-internal.list are now out of sync with RHEL8. Adjust accordingly. Cc: Waiman Long Cc: Jiri Benc Signed-off-by: Laura Abbott Signed-off-by: Don Zickus V2: rebase to latest V3: Adjust

Re: [OS-BUILD PATCHv3] [redhat] Update configs for mod-internal.list

2021-03-30 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/987#note_541420859 @llong1 - updated with your thoughts. I *think* I got it right. I also added you to the project so you can ack. ___ kernel mailing list

Re: [OS-BUILD PATCHv2] Use upstream/master for merge-base with fallback to master

2021-04-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/995#note_545998171 @hertonrk-rh - see my above answer to @jmflinuxtx. I have pondered on/off the last few months about how to eliminate the whole 'merge-base' selection as I don't like it and requires git

Re: [OS-BUILD PATCH] Export ark infrastructure files

2021-03-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_527319600 > > > > Thorsten Leemhuis started a new discussion on redhat/scripts/ci/ark- create-release.sh: https://gitlab.com/cki-project/kernel- ark/-/merge_requests/968#note_52701319

[OS-BUILD PATCHv2] Export ark infrastructure files

2021-03-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus Export ark infrastructure files Allow developers to use the ark infrastructure work on upstream git trees. This change saves the redhat/ plus supporting files on top of the 'master' branch. A developer can then 'git merge ark-infra' to apply this infrastructure

Re: [OS-BUILD PATCH] [redhat] New configs in fs/xfs

2021-03-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/738#note_530867221 @cmaiolino can you ack these change then? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv3] Export ark infrastructure files

2021-03-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_531495479 Hmm, the dist-kabi check was failing. It was easy to duplicate here. Apparently the empty directory redhat/kabi/kabi-module/ was not being committed to ark-infra though it had a .gitkeep

[OS-BUILD PATCHv4] Export ark infrastructure files

2021-03-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus Export ark infrastructure files Allow developers to use the ark infrastructure work on upstream git trees. This change saves the redhat/ plus supporting files on top of the 'master' branch. A developer can then 'git merge ark-infra' to apply this infrastructure

[OS-BUILD PATCH] Export ark infrastructure files

2021-03-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus Export ark infrastructure files Allow developers to use the ark infrastructure work on upstream git trees. This change saves the redhat/ plus supporting files on top of the 'master' branch. A developer can then 'git merge ark-infra' to apply this infrastructure

Re: [OS-BUILD PATCH] Export ark infrastructure files

2021-03-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_526658580 @jmflinuxtx - this adds time to rawhide_release and another failure path. But I think the risk is low. ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH] [redhat] Unify crypto CHACHA20 and POLY1305 configs

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/951#note_535091597 @omos - any issues here? seems like just moving ark configs to common so fedora can use them? ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCHv2] [redhat] Enable PERCPU_STATS and CRYPTO_DEV_CCP_DEBUGFS in the debug flavor

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/954#note_535099562 @omos @raquini - any issues here? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH 0/0] all/common/ark: minor cleanups and fix ups

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/956#note_535104488 Simple code movement. @Lyude, @prarit, @ahs3 - could you ack? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

Re: [OS-BUILD PATCHv4] redhat: add initial support for centos stream dist-git sync on Makefiles

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/977#note_535115680 @jstancek - any final concerns? the code is restricted to 'centos' distro so it won't get in the way. I will ack it for now. ___ kernel

Re: [OS-BUILD PATCHv2] [redhat] spec: Add %bcond_with toolchain_clang option

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/894#note_535061814 @jmflinuxtx - do you want to ACK this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv3 0/2] Enable BPF LSM on Fedora and ARK

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/922#note_535066702 @ahs3 - how about this version? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-03-19 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/38#note_533778704 @grsm2020 - can you open a bug at bugzilla.redhat.com for this? These gitlab issues are mainly to track workflow problems. You actually have a kernel issue which is tracked by bugzilla. -Don

Re: [OS-BUILD PATCHv3] redhat: add initial support for centos stream dist-git sync on Makefiles

2021-03-19 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/977#note_533828280 @hertonrk-rh I still have folks who try to build kernel-ark for rhel8 using 'make dist-brew'. The defaults seem to be DISTRO=centos. Any thoughts on how this would work for rhel-8

Re: [OS-BUILD PATCHv4] redhat: add initial support for centos stream dist-git sync on Makefiles

2021-03-19 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/977#note_533885908 Thanks for running the self-tests. Yeah I agree your patch doesn't create the failure. Hmm, good to know about rhel-8. Yeah, I am torn about the default. I know you just updated

Re: [OS-BUILD PATCHv2] Export ark infrastructure files

2021-03-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/commit/691f37398b27a8a10853eb989dbbf92df51522a9#note_529667346 Hi @knurd42 Let me take this piece by piece. The 'git reset --hard master' was me thinking 'start from scratch' as opposed to use existing 'ark-infra

Re: [OS-BUILD PATCHv2] Export ark infrastructure files

2021-03-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/commit/691f37398b27a8a10853eb989dbbf92df51522a9#note_529753239 force pushed an update and rebased ark-infra to 5.4. Let me know if this works for your envisioned workflow

Re: [OS-BUILD PATCHv3] Export ark infrastructure files

2021-03-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_529760586 Hi @knurd42 - yes you are right NO_CONFIGCHECKS=1 is the correct format. I am not happy having users use NO_CONFIGCHECKS but it gets you going for now. Second - I do feel sad about

[OS-BUILD PATCHv3] Export ark infrastructure files

2021-03-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus Export ark infrastructure files Allow developers to use the ark infrastructure work on upstream git trees. This change saves the redhat/ plus supporting files on top of the 'master' branch. A developer can then 'git merge ark-infra' to apply this infrastructure

Re: [OS-BUILD PATCH 0/2] Enable BPF LSM on Fedora and ARK

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/922#note_524373324 @omos - who else from RHEL should get involved in this review? The EFI lockdown kernel folks? ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH] common: fix WM8804 codec dependencies

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/853#note_524510435 @perexg - Can you review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] Disable bluetooth highspeed by default

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/705#note_524515062 @gtiwari1 - can you review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2] generic: arm: enable SCMI for all options

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/856#note_524515957 @ahs3 - can you review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] efi: The EFI_VARS is legacy and now x86 only

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/825#note_524514509 @ahs3 - can you review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH 0/2] Enable BPF LSM on Fedora and ARK

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/922#note_524569661 @ahs3 - can you do a quick sanity check of this conversation and see if you have any concerns? ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH 0/7] Move all x86 legacy input options to that architecture

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/777#note_524513767 @btissoir - can you review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv4 0/10] Arm ark/fedora config unification

2021-03-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/884#note_524518008 @ahs3, @msalter - can you review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2] Use upstream/master for merge-base with fallback to master

2021-04-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/995#note_546859655 Only if you set up a mirror is that true. And only select projects are allowed to be mirrored. Public project and a Silver tier, I think are the minimum requirements. Which kernel-ark

[OS-BUILD PATCHv5] [redhat] Update configs for mod-internal.list

2021-04-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus [redhat] Update configs for mod-internal.list Several of the options for mod-internal.list are now out of sync with RHEL8. Adjust accordingly. Cc: Waiman Long Cc: Jiri Benc Signed-off-by: Laura Abbott Signed-off-by: Don Zickus V2: rebase to latest V3: Adjust

Re: [OS-BUILD PATCHv5] [redhat] Update configs for mod-internal.list

2021-04-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/987#note_546885805 grr. thanks! updated! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH 0/0] filter-modules.sh.fedora: drop unused list "iiodrvs"

2021-04-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1029#note_552827562 @jbencrh @e-milne - should we apply these changes to the rhel filters too? Not sure if we even built these drivers for RHEL. If you are unfamiliar with the script, it takes the built

Re: [OS-BUILD PATCHv4 0/0] [redhat] New configs in drivers/gpio

2021-04-12 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/817#note_550033991 @bmasney - the change was rebased from a year ago and brought in thousands of upstream commits, hence the large change. It isn't recommended to have gitlab churn through that. Just look

Re: [OS-BUILD PATCHv4 0/0] [redhat] New configs in drivers/gpio

2021-04-12 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/817#note_550036155 @caringi @bmasney - actually we should close this MR as it was resolved with !839 but put into common/generic/arm/aarch64 area instead. Hence why there is no changes here

Re: [OS-BUILD PATCH] [redhat] Move ARM SMC configs to a proper location

2021-04-14 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1027#note_551952673 Yeah, sometimes you can't trust @prarit. :grimacing: ark commit 86e2e946898ae60c6d35d36dac375f805db1d934 ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH] [redhat] New configs in drivers/media

2021-04-14 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/906#note_551891693 @jmflinuxtx - this changes common, do you want to ack this for Fedora? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] [redhat] New configs in drivers/power

2021-04-14 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/919#note_551893759 @jmflinuxtx do you want to ack this for fedora? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel

Re: [OS-BUILD PATCH] [redhat] New configs in drivers/nvmem

2021-04-14 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/931#note_551893251 @jmflinuxtx this touches common, do you want to ack this for fedora? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

[OS-BUILD PATCHv3] Use upstream/master for merge-base with fallback to master

2021-04-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus Use upstream/master for merge-base with fallback to master In Makefile.common there is logic that determines what the merge-base is and is used to generate changelogs correctly. The logic assumes a 'master' branch exists and is up to date. However, the documentation recommends

Re: [OS-BUILD PATCHv4] Export ark infrastructure files

2021-04-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_553946955 @knurd42 - as a developer who requested this feature, can I ask for a ceremonial 'approval'? Just a simple comment with 'ACK' or 'I approve" and then add an @jmflinuxtx or @pta

Re: [OS-BUILD PATCHv4] Export ark infrastructure files

2021-04-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_553947756 @omos - as a developer who requested this feature, can I ask for an 'approve'? ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: [OS-BUILD PATCHv4] docs: Update docs to reflect newer workflow.

2021-04-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/772#note_553966648 @prarit @jmflinuxtx - Do these docs describe what we talked about? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

[OS-BUILD PATCHv4] docs: Update docs to reflect newer workflow.

2021-04-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus docs: Update docs to reflect newer workflow. The workflow has recently changed such that all development is done on the 'os-build' branch. Update the docs to show how easy it is to make a change, commit it, generate the srpm and upload it to koji. Also add it a build dep

Re: [OS-BUILD PATCHv3] Use upstream/master for merge-base with fallback to master

2021-04-16 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/995#note_553968195 @jmflinuxtx @prarit - hopefully this implements the solution we discussed? ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: [OS-BUILD PATCH 0/4] CI: c9s updates

2021-08-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1313#note_654345758 I trust @veruu :-) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH 0/4] CI: c9s updates

2021-08-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1313#note_654345889 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] rpmspec: drop traceevent files instead of just excluding them from files list

2021-08-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1328#note_661054900 @jolsa1 - who can review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat: drop certificates that were deprecated after GRUB's BootHole flaw

2021-08-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1321#note_661075166 @lszubowi @ahs3 - any concerns? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat: add documentation about the os-build rebase process

2021-09-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1387#note_680599158 There is a long run-on sentence here. Can we break it up? One suggestion (starting at 'Keeping the process..upstream merges only'): "" Rebasing from time to time, he

Re: [OS-BUILD PATCH] redhat: add documentation about the os-build rebase process

2021-09-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1387#note_680602442 @jmflinuxtx - i want to document our reasons for doing the rebase. With that knowledge, I believe it helps others improve our process if they stumble upon a better way then what we do

Re: [OS-BUILD PATCHv2] redhat: add documentation about the os-build rebase process

2021-09-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1387#note_680769864 @hertonrk-rh - thanks for the update. The process seems to be missing a last step. Probably obvious, but I was expecting a git checkout os-build git reset --hard rebase git push -f

Re: [OS-BUILD PATCHv3] redhat: add documentation about the os-build rebase process

2021-09-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1387#note_680823644 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat: bump RHEL_MAJOR and add the changelog file for it

2021-09-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1388#note_680980740 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] CI: Handle all mirrors

2021-07-13 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1254#note_625080545 thanks! My approval still stands then. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] CI: Handle all mirrors

2021-07-14 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1254#note_626472957 @hertonrk-rh - this change needs to be mirrored down to rhel-9 to enable cki for c9s and rhel-9. ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH] CI: Handle all mirrors

2021-07-13 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1254#note_625255546 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat: add *-matched meta packages to rpminspect emptyrpm config

2021-10-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1418#note_700557651 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat: relax configchecks for gcov build

2021-10-19 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1433#note_708131064 @jstancek - i tried to spend about a half hour thinking about this. As I saw other config changes using 'sed' in the kernel.spec file, I thought about using something like kernel.local

Re: [OS-BUILD PATCHv2] redhat/configs: create a separate config for gcov options

2021-10-20 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1433#note_709358307 Just an FYI, the CKI team is looking to heavily use gcov as part of the testing process. In fact, this might be required for us to get certified for Functional Safety Linux in Auto. So

Re: [OS-BUILD PATCHv2] redhat/configs: create a separate config for gcov options

2021-10-20 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1433#note_709380590 @jstancek - interesting approach. I am open to this latest change. We might be able to use something similar for -rt and/or -auto and future variants. @jmflinuxtx - any thoughts

Re: [OS-BUILD PATCH] redhat: relax configchecks for gcov build

2021-10-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1433#note_706578162 I ran into this too. I am not a fan of this approach. It solves the problem, sure. However, part of the problem is that the gcov stuff is hidden behind the spec file magic. This makes

[OS-BUILD PATCH] Fix dist-srpm-gcov

2021-10-13 Thread Don Zickus (via Email Bridge)
From: Don Zickus Fix dist-srpm-gcov make dist-srpm-gcov failed to do the expected thing. It appears changes from commit 2d525ab424f695 forced a second run of dist-sources. This second run regenerated the kernel.spec without the gcov pieces because the env variables were not defined. Fix

Re: [OS-BUILD PATCH] redhat: add support for different profiles with dist*-brew

2021-09-30 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1414#note_691741089 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] redhat: move the DIST variable setting to Makefile.variables

2021-09-27 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1395#note_68822 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv4] kernel/rh_taint.c: Update to new messaging

2021-12-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1459#note_753687122 @gtiwari1 @thenzl - the 'acked-by' comments are deprecated. Can you use the 'approve' button instead. if you need access let me know

Re: [OS-BUILD PATCH] redhat/configs: NFS: disable UDP, insecure enctypes

2021-12-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1506#note_791548889 @smayhew - done. Please refresh and try again. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel

Re: [OS-BUILD PATCH] redhat/configs: NFS: disable UDP, insecure enctypes

2021-12-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1506#note_793908369 @bfields1 - done. Please refresh. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] Turn CONFIG_DEVMEM back on for aarch64

2021-12-20 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408#note_790207215 @ahs3 @mlangsdorf - one wants this off the other is ok with it on. Help? ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: [OS-BUILD PATCH] redhat/configs: NFS: disable UDP, insecure enctypes

2021-12-20 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1506#note_790201125 @steved92 @smayhew @bfields1 - ping? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] Turn CONFIG_DEVMEM back on for aarch64

2021-11-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408#note_733542474 @ahs3 @mlangsdorf - any response to Justin's comment above? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

Re: [OS-BUILD PATCH] redhat/docs/index.rst: Add local build information.

2021-11-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1488#note_733646154 Acked-by: Don Zickus (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH 0/3] redhat/configs/evaluate_configs: Add find dead configs option

2021-11-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1498#note_733447538 @prarit - why are you *adding* 2 new configs, when all you did is delete dead configs? ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCHv2 0/3] redhat/configs/evaluate_configs: Add find dead configs option

2021-11-19 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1498#note_738665524 @prarit - Hmm randomly grabbing a deleted config, CONFIG_ARM64_FORCE_52BIT and search for 'ARM64_FORCE_52BIT' shows it is still alive under arch/arm64/Kconfig. Am I missing something

<    1   2   3   4   5   6   7   8   >