[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 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

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

[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 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

[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 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

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 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 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

[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 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

[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 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

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 PATCHv4] [redhat] New configs in crypto/Kconfig

2021-03-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/698#note_537989362 @dhorak1 - can you comment on the above? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2] Add git config hook

2021-03-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/340#note_537094529 closing this as not necessary for right now. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2] New configs in drivers/net/phy

2021-03-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/410#note_535946736 @poros2 - i add you as Developer, the button should be there now. Sorry about that. ___ kernel mailing list -- kernel@lists.fedoraproject.org

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

2021-03-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/954#note_535944229 @raquini - add you as Developer so you can use 'lab' now. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

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

2021-03-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/956#note_535844591 @Lyude - added you as a Developer to this project. This should give you the approve button. Sorry about that. ___ kernel mailing list -- kernel

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

2021-03-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/954#note_535840755 @NefigTut - hopefully by adding @omos to the Developer list, resolves the permission problem and his ack is recorded. ___ kernel mailing list

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

2021-03-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/951#note_535836621 @omos - you don't have access to the approve button because you are not listed as a Developer for the project. I have been manually adding people. I have to resolve this. I will add you

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/28#note_535167940 Closing this out and we settled on a compromise solution for now. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/25#note_535167332 closing as merged ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/24#note_535166635 @jmflinuxtx - i assume we still need this change for out-of-tree drivers that install in 'extras' even if kernel-module-extras is not installed

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/22#note_535165867 Closing as I think this is addressed now ___ 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-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/21#note_535165611 @jmflinuxtx - do we still need this or can we drop it from the spec file? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/20#note_535165126 Closing as this is properly caught with a config update trigger a new CI pipeline. ___ kernel mailing list -- kernel@lists.fedoraproject.org

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/19#note_535164553 Closing as we went in a different direction. ___ 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-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/12#note_535164230 Closing as this is done. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/8#note_535163819 Closing as merged. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/6#note_535163575 Closing this out. A bunch of these docs are there. Not all though. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

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

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/2#note_535161266 Closing this. It is a known issue but I can't find anyone who has time to pursue it. ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: [OS-BUILD PATCH] [redhat] New configs in drivers/net/ethernet/mellanox

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/409#note_535158764 @kheib - can you review this or add developers who can? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv2] New configs in drivers/net/phy

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

Re: [OS-BUILD PATCHv2] New configs in net/bluetooth

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/412#note_535157029 @gtiwari1 - can you review? ___ 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-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/588#note_535156408 @prarit - still need this? I think I would prefer you check for 'master' and generate a graceful exit message then to try and cycle through various possible tree names like 'upstream

Re: [OS-BUILD PATCH] RHMAINTAINERS: Update DMA Mapping entry

2021-03-22 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/595#note_535154244 @prarit - should we close this or are you waiting for Jerry to update your local copy? ___ kernel mailing list -- kernel@lists.fedoraproject.org

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 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 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] [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 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 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 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 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 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

[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

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

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-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

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

[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 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

[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] 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

Re: How to build vanilla kernel from ark (was: Re: [OS-BUILD PATCH] docs: Update docs to reflect newer workflow.)

2021-03-10 Thread Don Zickus
On Thu, Mar 04, 2021 at 06:27:04PM +0100, Thorsten Leemhuis wrote: > > * I take os-build spin off the 'redhat' directory (and other infra pieces) > > into a branch called 'redhat-infra'??? or something better > > I'd prefer to not have "redhat" in there (but I can live with it if we > don't

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

[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 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 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] 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] 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 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/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 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 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: How to build vanilla kernel from ark (was: Re: [OS-BUILD PATCH] docs: Update docs to reflect newer workflow.)

2021-03-04 Thread Don Zickus
On Thu, Mar 04, 2021 at 06:27:04PM +0100, Thorsten Leemhuis wrote: > > Just to remind myself of your expectation. > > > > * I take os-build spin off the 'redhat' directory (and other infra pieces) > > into a branch called 'redhat-infra'??? or something better > > I'd prefer to not have

Re: How to build vanilla kernel from ark (was: Re: [OS-BUILD PATCH] docs: Update docs to reflect newer workflow.)

2021-03-04 Thread Don Zickus
is wrote: > > Am 25.11.20 um 15:43 schrieb Don Zickus: > >> On Wed, Nov 25, 2020 at 06:10:21AM +0100, Thorsten Leemhuis wrote: > >>> Am 24.11.20 um 23:22 schrieb GitLab Bridge on behalf of dzickusrh: > >>>> From: Don Zickus > >>>> The workflow has

[INFO] Email bridge spam reduction

2021-02-15 Thread Don Zickus
Hi, A couple of us have been fixing bug in the email bridge in the last week. Most changes won't be noticed. However, one notable exception is 'bot spam' filtering. The email bridge will no longer send emails from the various bots about webhook or other admin things. As a submitter of the MR

[OS-BUILD PATCH] test, please ignore

2021-02-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus test, please ignore diff a/redhat/Makefile b/redhat/Makefile --- a/redhat/Makefile +++ b/redhat/Makefile @@ -1,4 +1,5 @@ GIT ?= git +# testing comment include Makefile.common include Makefile.rhpkg -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/892

Re: [OS-BUILD PATCHv2] Run MR testing in CKI pipeline

2021-01-13 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/855#note_484977353 request-evaluation ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2] Run MR testing in CKI pipeline

2021-01-13 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/855#note_484975606 @ptalbert - Veronika's ack is probably all we will get. we need to update RHMAINTAINERS for .gitlab-ci.yml. ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH] Run MR testing in CKI pipeline

2021-01-12 Thread Don Zickus
o include schedule jobs and pages deployment (Don Zickus) > > Signed-off-by: Veronika Kabatova > --- > .gitlab-ci.yml | 179 ++--- > 1 file changed, 169 insertions(+), 10 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml >

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

2021-01-07 Thread Don Zickus
On Mon, Dec 21, 2020 at 09:43:52AM -0600, Justin Forbes wrote: > On Sat, Dec 19, 2020 at 1:42 PM GitLab Bridge on behalf of pbrobinson > wrote: > > > > From: pbrobinson on gitlab.com > > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/825#note_470649351 > > > > No idea why that failed,

Re: [OS-BUILD PATCH] gcc-plugins: fix gcc 11 indigestion with plugins...

2021-01-05 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/843#note_478709501 Acked-by: Don Zickus ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCH] Add gcc-c++ to BuildRequires

2021-01-05 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/845#note_478707995 Now we just need Rust, Go and JavaScript to round out language needs (already C, C++, perl, python, java, flex/bison and llvm's clang)!! Acked-by: Don Zickus

Re: [OS-BUILD PATCH] Turn off vdso_install for ppc

2021-01-04 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/842#note_477950659 Seems right. I would be interested if that compiles, installs and boots. ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: "No CCs" label & cki-bot

2020-12-23 Thread Don Zickus
On Wed, Dec 23, 2020 at 07:39:26AM -0500, Prarit Bhargava wrote: > > > > Err. Nope. That was the how the original public webhook worked until > > someone started posting commits with empty merge request descriptions. > > > > *cough*Prarit*cough* > > Me? Moi? > > /me looks around innocently >

Re: "No CCs" label & cki-bot

2020-12-22 Thread Don Zickus
On Tue, Dec 22, 2020 at 02:56:19PM -0500, Don Zickus wrote: > On Tue, Dec 22, 2020 at 01:17:43PM -0500, Prarit Bhargava wrote: > > It seems that cki-bot doesn't like it when I remove the "No CCs" label from > > an > > MR. You can see this odd behaviour in !741:

Re: "No CCs" label & cki-bot

2020-12-22 Thread Don Zickus
On Tue, Dec 22, 2020 at 01:17:43PM -0500, Prarit Bhargava wrote: > It seems that cki-bot doesn't like it when I remove the "No CCs" label from an > MR. You can see this odd behaviour in !741: > > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/741 > > I ran a script to identify all

Re: [OS-BUILD PATCHv3 0/4] redhat/configs/ark: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and dependencies

2020-12-14 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/786#note_466539358 @jpoimboe reverted the requested change. Sorry about that, trying to debug other CI issues. ___ kernel mailing list -- kernel

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

2020-12-11 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/772#note_465400566 Yeah, I can remove that. Thanks! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

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

2020-12-11 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/772#note_465400429 I assume you are referring to internal scripts reference to 'master'. If so, I worry that not everyone will use 'upstream' as their reference name. And they may not 'git fetch upstream

Re: [OS-BUILD PATCH] Add new entries to RHMAINTAINERS

2020-12-11 Thread Don Zickus
gt; Signed-off-by: Wei Huang Thanks for this work! Acked-by: Don Zickus > --- > redhat/rhdocs/MAINTAINERS/RHMAINTAINERS | 156 +++- > 1 file changed, 155 insertions(+), 1 deletion(-) > > diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS > b/redhat/rhdoc

Re: dist-get-latest target

2020-12-10 Thread Don Zickus
On Wed, Dec 09, 2020 at 09:06:08PM -0500, Ben Crocker wrote: > Hi! > > Can anyone tell me how to get useful information from > > make dist-get-latest? > > I've tried putting various strings in ./localversion, leaving it empty > or even removing it entirely. > > When I do > > make

Re: [OS-BUILD PATCHv7 0/5] Fix bug 1882854

2020-12-09 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/761#note_463631448 @pecastro Thanks! Acked-by: Don Zickus ___ 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:

2020-12-09 Thread Don Zickus
On Fri, Dec 04, 2020 at 02:23:11PM -, GitLab Bridge on behalf of bcrocker wrote: > From: bcrocker on gitlab.com > > Add a GIT macro to Makefile: > > GIT ?= git > > and replace literal occurrences of 'git' with $(GIT)\ > in Makefile and Makefile.commo

Re: [OS-BUILD PATCHv3 0/3] [redhat] New configs in drivers/i2c

2020-12-07 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/741#note_461857999 > > Signed-off-by: Fedora Kernel Team > > > > > Hi, > > This patchset seems a little obtuse to me. As far as I can tell this should > just be one sing

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

2020-12-02 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/35#note_459195031 Ok. Should be resolved with a documentation update [diffs](https://gitlab.com/cki-project/kernel- ark/-/merge_requests/772/diffs). Does executing "git branch master --track upstream/m

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

2020-12-02 Thread Don Zickus
On Tue, Dec 01, 2020 at 10:27:58AM -0500, Bastien Nocera wrote: > > - git checkout linus/master > > - git merge -m "Merge branch 'os-build'" os-build > > - # Fedora carries a patch to alter this setting, so we need to change the > > configuration to build a vanilla tree. > > - # If you're

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

2020-12-02 Thread Don Zickus
On Tue, Dec 01, 2020 at 10:27:58AM -0500, Bastien Nocera wrote: > > > - Original Message - > > From: Don Zickus > > > > The workflow has recently changed such that all development is done > > on the 'os-build' branch. Update the docs to show how easy i

Re: How to build vanilla kernel from ark (was: Re: [OS-BUILD PATCH] docs: Update docs to reflect newer workflow.)

2020-11-25 Thread Don Zickus
On Wed, Nov 25, 2020 at 06:10:21AM +0100, Thorsten Leemhuis wrote: > Lo! > > Am 24.11.20 um 23:22 schrieb GitLab Bridge on behalf of dzickusrh: > > From: Don Zickus > > > > The workflow has recently changed such that all development is done > > on the 'os-build'

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

2020-11-24 Thread Don Zickus
On Tue, Nov 24, 2020 at 09:37:57PM -, GitLab Bridge on behalf of Don Zickus wrote: > From: Don Zickus on gitlab.com > https://gitlab.com/cki-project/kernel-ark/-/issues/35#note_453840783 > > Should be resolved now with the new spec file changes introduced last > month. Sor

Re: [OS-BUILD PATCH] [redhat] New configs in net/xfrm

2020-11-24 Thread Don Zickus
On Mon, Oct 19, 2020 at 11:58:59PM +0200, Sabrina Dubroca wrote: > 2020-10-19, 13:35:11 -0300, Marcelo Ricardo Leitner wrote: > > On Fri, Oct 16, 2020 at 03:29:58PM -, GitLab Bridge on behalf of > > jeremycline wrote: > > > --- /dev/null > > > +++

Re: Reporting kernel building docs problems?

2020-11-24 Thread Don Zickus
On Thu, Oct 22, 2020 at 10:59:02AM -0400, Bastien Nocera wrote: > Hey, > > A couple of months ago I filed bugs about the kernel-cki build > process and some problems I encountered: > https://gitlab.com/cki-project/kernel-ark/-/issues > > Today, I wanted to build a test kernel for a Fedora user

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

2020-11-24 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/32#note_453843747 That is stale document data. Your clone should set you up at os-build (default branch) and everything should just work as expected. The 'master' branch just follows upstream but is merged nightly

<    1   2   3   4   5   6   7   8   >