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] 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 PATCHv2] netfilter: Add deprecation notices for xtables

2021-07-12 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1226#note_624141736 Turning this into a blocking comment for now until the patch is wrapped with CONFIG_RHEL_DIFFERENCES. @ptalbert, @prarit - did this work right

Re: [OS-BUILD PATCHv2] netfilter: Add deprecation notices for xtables

2021-07-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1226#note_619772408 @psutter1 - Can you wrap this change with CONFIG_RHEL_DIFFERENCES so that it doesn't affect Fedora? ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH 0/0] [redhat] Generate a crashkernel.conf for each kernel build

2021-07-02 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1171#note_617804161 Good to see this patch always evolving. :-) The current approach is nice because we don't carry an out of tree patch no more as @jmflinuxtx said. I still wish the memory reqs would come

Re: [OS-BUILD PATCH 0/0] Don't build bpftool on Fedora

2021-07-01 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1210#note_616893068 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/0] Don't build bpftool on Fedora

2021-07-01 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1210#note_616892981 Sorry about the breakage. I need to find a better way to properly test those changes before merging. The 'include in Releases' is one way. Not sure if there is a better way

Re: [OS-BUILD PATCH] rpmspec: do not BuildRequires bpftool on nobuildarches

2021-06-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1197#note_614680014 Gah! How did we miss that? Sorry for that @hertonrk-rh ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] rpmspec: do not BuildRequires bpftool on nobuildarches

2021-06-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1197#note_614679800 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/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config

2021-06-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1177#note_614560741 @prauld, I am not sure what you did. Your steps seem correct but the MR seems to be a mess. At this point it might be faster to just create a backup branch, reset the original MR to os

[OS-BUILD PATCHv4 0/0] spec: Add vmlinux.h to kernel-devel package

2021-06-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1153 NOTE: Truncated patchset since committer email 'ptalb...@redhat.com' does not match the submitter's GitLab public email address 'dzic...@redhat.com'. Adding/generating

Re: [OS-BUILD PATCHv3 0/3] spec: Add vmlinux.h to kernel-devel package

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1153#note_605616692 rebased and resolved merge conflict with @jolsa1 's kselftest changes. Only diff change is dropping the 'define with_selftests 0' line because it was removed with @jolsa1

[OS-BUILD PATCHv3 2/3] kernel.spec: Add support to use vmlinux.h

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus kernel.spec: Add support to use vmlinux.h For split environments where the kernel and userspace tools are not built together, take the -devel packaged vmlinux.h file and use it to build bpftools. Use the VMLINUX_H= env variable to tell the tools which file to use. Orginally

[OS-BUILD PATCHv3 3/3] configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Jiri Olsa configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump Enabling CONFIG_DEBUG_KERNEL for zfcpdump otherwise CONFIG_DEBUG_INFO_BTF won't be enabled. The CONFIG_DEBUG_KERNEL rnabled several other generic options. Disabling them so the zfcp config stays the same (apart from

[OS-BUILD PATCHv3 0/3] spec: Add vmlinux.h to kernel-devel package

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1153 Adding/generating vmlinux.h by bpftool to the kernel-devel package: $ rpm -ql -p kernel-devel-5.13.0-0.rc...x86_64.rpm | grep vmlinux.h /usr/src/kernels/5.13.0-0.rc...x86_64

[OS-BUILD PATCHv3 1/3] spec: Add vmlinux.h to kernel-devel package

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Jiri Olsa spec: Add vmlinux.h to kernel-devel package Adding/generating vmlinux.h by bpftool to the kernel-devel package: $ rpm -ql -p kernel-devel-5.13.0-0.rc...x86_64.rpm | grep vmlinux.h /usr/src/kernels/5.13.0-0.rc...x86_64/vmlinux.h Some tools like bpftool or selftest need

Re: [OS-BUILD PATCHv2 0/0] spec: Add vmlinux.h to kernel-devel package

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1153#note_605610275 @jolsa1 @veruu - updated by squashing 2 commits and redoing the changelog to remove the idea of 'artifacts'. The code should still be identical to what we tested. Please ack if you feel

[OS-BUILD PATCHv2 0/0] spec: Add vmlinux.h to kernel-devel package

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1153 NOTE: Truncated patchset since committer email 'jo...@kernel.org' does not match the submitter's GitLab public email address 'dzic...@redhat.com'. Adding/generating vmlinux.h

[OS-BUILD PATCH 0/0] spec: Add vmlinux.h to kernel-devel package

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1153 NOTE: Truncated patchset since committer email 'jo...@kernel.org' does not match the submitter's GitLab public email address 'dzic...@redhat.com'. Adding/generating vmlinux.h

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

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/805#note_60985 @jmflinuxtx @prarit - this config is 'unreviewed' and we are at -rc7. I would like to take the default and move on. However, in this case the default is '=m' and not 'is not set

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

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/820#note_605544640 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] New configs in drivers/mtd

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/820#note_605544272 This MR contains an unreviewed CONFIG for the kernel-ark project. This CONFIG will be set to the default value, generally "is not set", in

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

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/827#note_605543666 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] New configs in drivers/pwm

2021-06-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/827#note_605543379 This MR contains an unreviewed CONFIG for the kernel-ark project. This CONFIG will be set to the default value, generally "is not set", in

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

2021-06-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911#note_604429743 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] New configs in drivers/usb

2021-06-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911#note_604429664 This MR contains an unreviewed CONFIG for the kernel-ark project. This CONFIG will be set to the default value, generally "is not set", in

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

2021-06-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/710#note_604429247 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] New configs in drivers/iio

2021-06-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/710#note_604429128 This MR contains an unreviewed CONFIG for the kernel-ark project. This CONFIG will be set to the default value, generally "is not set", in

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

2021-06-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/801#note_604429056 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] New configs in drivers/extcon

2021-06-17 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/801#note_604428960 This MR contains an unreviewed CONFIG for the kernel-ark project. This CONFIG will be set to the default value, generally "is not set", in

[OS-BUILD PATCH] Revert "powerpc: Switch to relative jump labels"

2021-06-11 Thread Don Zickus (via Email Bridge)
From: Don Zickus Revert "powerpc: Switch to relative jump labels" This reverts commit b0b3b2c78ec075cec4721986a95abbbac8c3da4f. diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index blahblah..blahblah 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -18

Re: [OS-BUILD PATCHv3 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-06-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_598568514 thanks @jmflinuxtx ! I am fine with this change (namely the dummy-tools). @dhorak1 - any other issues? care to ack? I see @cohuck already acked

Re: [OS-BUILD PATCHv3 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-06-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_595946671 @jmflinuxtx - is it worth throwing a 'include in release' label and seeing if this can build in eln? @veruu - i can probably hack up the gitlab-ci.yml file like i did in another MR to try

Re: [OS-BUILD PATCHv3 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-06-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_595897703 @prudo1 - if for some reason you have to leave before this MR is merged, are you ok with RH resubmitting your work and retaining your SOB line

Re: [OS-BUILD PATCHv3 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-06-08 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_595896264 @veruu - this MR will require a z14 or higher to compile ARK. CKI can handle building os-build for that right? The srpm piece doesn't matter. @jmflinuxtx - do we know which s390x

Re: [OS-BUILD PATCH] [redhat] Add CONFIG_SYSTEM_REVOCATION_KEYS and _LIST

2021-05-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1145#note_585872704 @bmeneg, @jsnitsel - reviews here? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2 0/0] kernel.spec: tools: sync with RHEL 8

2021-05-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1155#note_585845675 @jolsa1 - hmm how to move this forward? I am going to request feedback below??? @jmflinuxtx - can we apply a 'Include in Releases' tag for a build or two? I am curious to see

Re: [OS-BUILD PATCHv2 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-05-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_585515979 Yes please. Just indicate those config changes are the result of dummy-tool. Right now it looks like a copy-n-paste error from the previous commit, so I can't tell if it was intentional

Re: [OS-BUILD PATCH] [redhat] perf: link libtraceevent dynamically

2021-05-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1148#note_584917032 @jolsa1 - are you ok with this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

Re: [OS-BUILD PATCHv2 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-05-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_584913650 @sfbest - who can review s390x configs changes? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv2 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-05-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_584912176 @prudo1 - nitpick. the second commit changelog seems off, "configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO}". It doesn't really describe the change. Is that fa

Re: [OS-BUILD PATCHv2] nvme: nvme_mpath_init remove multipath check

2021-05-25 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1157#note_584816464 @snitm - alright, I have to ask. Have you tried pushing this upstream since rhel-8? Does this face the same upstream resistance theme as the last nvme patchset you pushed into ARK

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

2021-05-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/30#note_582368302 another ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code

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

2021-05-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/30#note_582363024 Trying again. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code

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

2021-05-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/30#note_582336789 Dummy message to see if this still hits mailing list. ___ 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-05-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/46#note_582301236 Resolved with !1117 ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora

Re: [OS-BUILD PATCH] rpmspec: build debug-* meta-packages if debug builds are disabled

2021-05-18 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1133#note_578362125 Shouldn't affect most people but addresses an issue. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: Enable mlx5 IPsec and TLS offloads

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

Re: [OS-BUILD PATCH 0/0] mm: FOLL_UNSHARE and COR fault

2021-05-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1124#note_571858501 @aarcange - The concern is fedora/ark tree git merges linus tree almost daily. This patchset looks ripe for potential merge conflicts. We would like to reduce that otherwise we

Re: [OS-BUILD PATCH 0/0] mm: FOLL_UNSHARE and COR fault

2021-05-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1124#note_571683854 @aarcange - Any reason why this isn't going upstream? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1117#note_570311270 > > > > CKI Gitlab commented: > > > Marcelo Ricardo Leitner commented via email: > ``` > > https://gitlab.com/cki-project/kernel- ark/-/merg

Re: [OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1117#note_570181632 So I hacked up a script that can catch this. The trick is where to run this. I think a self-test area is perfect, but the current self-tests is a little heavy and only makes sense

Re: [OS-BUILD PATCHv2 0/0] Improve generation of boot loader specification files

2021-05-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1042#note_570163470 @jmflinuxtx Hmm, ok. cki is still seeing s390x failures too for the same problem, but meh. CKI also reads FedMessageBus events from Koji. But if that build is failing then it won't do

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

2021-05-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/42#note_570141957 > > > > David Ward commented: > > > I'm going to open an MR which fixes the text in the SPEC file to reflect the current behavior, now that I understand the way this fla

Re: [OS-BUILD PATCHv2 0/0] Improve generation of boot loader specification files

2021-05-07 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1042#note_570140864 @martinezjavier How should this work? If we merge @dpward changes without updating Fedora, things should still work correctly, right? Currently CKI only tests by building a srpm, which

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

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/40#note_569264346 Works for me. Cheers, Don ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

[OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus Keep sctp and l2tp modules in modules-extra There are two modules: sctp_diag and l2tp_ip6 that are in kernel-modules that accidentally dragged the rest of the sctp and l2tp mdoules in there. Instead all those modules should stay in modules-extra. Move the offending modules

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

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/39#note_569256340 @dpward @jmflinuxtx - did the two of you agreed to a path forward? ___ 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-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/40#note_569255302 @jmflinuxtx - i think my MR earlier this week addresses your example? If so, can we close this an open a new issue when a new example shows up

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

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/42#note_569254855 @dpward @jmflinuxtx - do we have an agreed solution here? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Fix ppc64le cross build packaging

2021-05-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1105#note_568380391 this should have broken aarach64 too, not sure why not. Those are the two arches that compile scripts/dtc/. ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCH] Fix ppc64le cross build packaging

2021-05-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1105#note_568378832 @veruu - this should fix the cki ppc64 breakage. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCH] Fix ppc64le cross build packaging

2021-05-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus Fix ppc64le cross build packaging CKI has been failing to cross build a ppc64le rpm for a while now. The reason why is the ppc64le-gnu-strip command could not recognize the scripts/dtc/libfdt/fdt_strerror.o file because it was an x86_64 file type. That is a result of the cross

Re: [OS-BUILD PATCH] Don't create empty pending-common files on pending-fedora commits

2021-04-28 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1060#note_563115471 @jmflinuxtx @ptalbert - I think this fixes our empty config problem. Not entirely sure. It addresses Justin's case. ___ kernel mailing list

[OS-BUILD PATCH] Don't create empty pending-common files on pending-fedora commits

2021-04-28 Thread Don Zickus (via Email Bridge)
From: Don Zickus Don't create empty pending-common files on pending-fedora commits There is a bug in gen_config_patches.sh which will assumes all new configs are in redhat/configs/pending-common. This is not true for pending-fedora configs. As a result the script reads the pending-feodra

Re: [OS-BUILD PATCHv3] wireguard: disable in FIPS mode

2021-04-27 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/994#note_561628040 @liuhangbin @jbencrh - just to be clear, this is considered a short term workaround, with the goal of a proper fix before RHEL-9 forks around 5.14

Re: [OS-BUILD PATCHv2 0/0] Improve generation of boot loader specification files

2021-04-27 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1042#note_561616289 @prarit - who are some good kernel/grub developers to review this? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

[OS-BUILD PATCH] Create ark-latest branch last for CI scripts

2021-04-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus Create ark-latest branch last for CI scripts It was noticed with the change to use ark-infra, the CI scripts were failing at 'git push gitlab $(git describe). That command was supposed to push a newly created tag from 'make dist-release-tag' which is pointed to by ark-latest

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

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

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 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 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/2] Combine duplicate configs across ark and fedora into common

2021-04-07 Thread Don Zickus
On Wed, Apr 07, 2021 at 07:17:44PM +0200, Paul Bolle wrote: > Don Zickus schreef op wo 07-04-2021 om 12:38 [-0400]: > > I welcome any feedback as someone who tried to help. :-D > > Well, I've just done my first web-based merge-request. (Actually my first > merge-request ever.

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

[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 PATCHv4 0/2] Combine duplicate configs across ark and fedora into common

2021-04-07 Thread Don Zickus
On Wed, Apr 07, 2021 at 04:14:28PM +0200, Paul Bolle wrote: > Don Zickus schreef op di 06-04-2021 om 10:30 [-0400]: > > To me, duplicates meant that same config setting in fedora and (common or > > ark). > > common is for settings that are identical in fedora and ark, ri

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

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 PATCHv4 0/2] Combine duplicate configs across ark and fedora into common

2021-04-06 Thread Don Zickus
On Mon, Apr 05, 2021 at 11:35:13PM +0200, Paul Bolle wrote: > Hi Don, > > Don Zickus (via Email Bridge) schreef op ma 05-04-2021 om 21:27 [+]: > > Also ran some bash scripts to find another 60 or so duplicates. > > Lazy question (I had trouble skimming the diffs): what

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

2021-04-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/995#note_545176162 @jmflinuxtx @hertonrk-rh - here is the problem as described in issue #35 and #32 and Prarit's MR !588, users are 'forking' the kernel-ark into the personal space and cloning

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

2021-04-05 Thread Don Zickus (via Email Bridge)
From: Don Zickus Remove duplicate configs acroos fedora, ark and common Started with a bunch of scripts to filter out duplicates. Then ran into all the override quirks and quickly and to revert large chunks of it. What is left is duplicates and cleanups of a small set of configs. The SPEAKUP

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

2021-04-05 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 PATCHv4 0/2] Combine duplicate configs across ark and fedora into common

2021-04-05 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. Also ran some bash scripts to find another 60 or so duplicates. Signed-off-by: Don Zickus's avatarDon Zickus

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

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

<    1   2   3   4   5   6   7   8   >