Re: [OS-BUILD PATCH] redhat: make Patchlist.changelog generation conditional

2021-09-30 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1415#note_691791774 I am okay with this, I would also be okay with just getting rid of the URL lines all together. Just the commit ID and oneline is plenty of information.

Re: [OS-BUILD PATCH] redhat/docs: update Koji link to avoid redirect

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1420#note_692642104 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv2] redhat: make Patchlist.changelog generation conditional

2021-10-06 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1415#note_696301903 That was my fault. Originally there was talk of making it adapt the URL to the correct repository. I figured the URL was unnecessary as everything before the commit id is identical

Re: [OS-BUILD PATCH] redhat: fix typo and make the output more silent for dist-git sync

2021-10-06 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1417#note_696751247 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34

2021-09-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1390#note_684342764 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] [redhat] redhat/configs: Update configs for secure IPL

2021-09-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1371#note_684546456 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: Enable Hyper-V guests on ARM64

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1394#note_692889741 I am going to merge these config changes assuming this will be better tested soonish. We know it should work, this tree tracks linus upstream, so it will improve quickly. If they

Re: [OS-BUILD PATCH] redhat/configs: Enable Hyper-V guests on ARM64

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1394#note_692889382 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: Disable Soft-RoCE driver

2021-10-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1299#note_695256620 Config reviews are typically tied to RHEL configs. In this case, it was a common config item that I did not choose to keep enabled for Fedora because no one complained, and I did

Re: [OS-BUILD PATCH] cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL

2021-09-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1407#note_688325189 That should be resolved now, we cleaned out the pending-common entries that did not have an associated MR. I have recreated the necessary ones and will be creating MRs so that

Re: [OS-BUILD PATCH] redhat: rename usage of .rhel8git.mk to .rhpkg.mk

2021-09-21 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1389#note_683065620 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: Enable HYPERV host support on aarch64

2021-09-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1393#note_686510232 pending-common and pending-fedora are for unreviewed config items. Once things are reviewed and set, they should no longer be in pending.

Re: [OS-BUILD PATCHv4 0/2] netfilter: Add deprecation notices for xtables

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1226#note_692464866 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] RHMAINTAINERS: Update for Oct 1 2021

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1419#note_692478616 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCHv2] Turn CONFIG_DEVMEM back off for aarch64

2022-01-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn CONFIG_DEVMEM back off for aarch64 We have ended up with a config mismatch for the RHEL configs in a way that was unclear and untracked. CONFIG_STRICT_DEVMEM is enabled in configs/common/generic, but CONFIG_DEVMEM was disabled for aarch64 in RHEL (though not in

Re: [OS-BUILD PATCHv2] Turn CONFIG_DEVMEM back off for aarch64

2022-01-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408#note_802380446 With the new push, we end up with: kernel-aarch64-debug-rhel.config ``` CONFIG_DEVMEM=y # CONFIG_IO_STRICT_DEVMEM is not set # CONFIG_STRICT_DEVMEM is not set ```

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

2022-01-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408#note_802369351 > (2) are we turning this on because there is a Customer need, or because the script for configs can't handle it? The former makes sense, but the latter would be puzzling to me.

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

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

[OS-BUILD PATCH] Fix up PREEMPT configs

2021-11-15 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Fix up PREEMPT configs While preempt_dynamic was greatly improved at the beginning of the merge window, the config to make things work was messy and the new BEHAVIOUR configs were confusing to some. With commit a8b76910e465d718effce0cad306a21fa4f3526b the BEHAVIOUR config

Re: [OS-BUILD PATCH] kasan: test: Silence intentional read overflow warnings

2021-11-21 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1501#note_739392253 Now upstream, closing ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3] redhat: make Patchlist.changelog generation conditional

2021-11-18 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1415#note_737385572 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

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

2021-11-19 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1498#note_738709891 There are plenty of configs in tree which do not show up to us because they are dependent upon other config items which are not set. In the case of ARM64_FORCE_52BIT it depends on:

Re: [OS-BUILD PATCH] RHMAINTAINERS: Update for Nov 12 2021

2021-11-12 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1493#note_731879286 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Fix up PREEMPT configs

2021-11-16 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1500#note_735053347 > This commit, or something like it, seems to have gone in but without > much of a commit message. Was that on purpsoe? Yes, there are files in pending-common that go in without

Re: [OS-BUILD PATCH] Fix up PREEMPT configs

2021-11-16 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1500#note_735087605 > Yes, I get that part. I was talking about os-build:50d16ce3099, which has > a one line commit message and says nothing about keeping VOLUNTARY etc. > > The commit message on what

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

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn CONFIG_DEVMEM back on for aarch64 We have ended up with a config mismatch for the RHEL configs in a way that was unclear and untracked. CONFIG_STRICT_DEVMEM is enabled in configs/common/generic, but CONFIG_DEVMEM was disabled for aarc64 in RHEL (though not in

Re: [OS-BUILD PATCH] Enable e1000 in rhel9 as unsupported

2021-11-02 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1382#note_721117226 That is really a RHEL call, it just seemed the natural thing to do given it exists. Either way, it needs to be wrapped, because this driver is just as supported as anything else we

Re: [OS-BUILD PATCHv3 0/2] redhat/configs: enable KEXEC_SIG for aarch64 RHEL

2021-11-02 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1442#note_721251288 This change needs to be rebased and force pushed. We rebase os-build with every .0 release, and that was done yesterday. ___ kernel

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_BCMGENET as module

2021-10-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_716281927 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_BCMGENET as module

2021-10-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_714774918 There will be a clean-up of stuff like this soon, @prarit has a script that should consolidate the things which can be without an impact on the final configs.

Re: [OS-BUILD PATCH] redhat/configs/evaluate_configs: insert EMPTY tags at correct place

2021-10-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1437#note_717726489 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] redhat/configs/evaluate_configs: walk cfgvariants line by line

2021-10-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1436#note_717726644 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] redhat: make dist-srpm-gcov add to BUILDOPTS

2021-10-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1441#note_717726922 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH 0/2] Fedora documentation updates

2021-10-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1443#note_717730904 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

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

2021-11-08 Thread Justin M. Forbes (via Email Bridge)
From: Fedora Kernel Team New configs in drivers/media Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory.

[OS-BUILD PATCH] drm/virtio: Fix NULL dereference error in virtio_gpu_poll

2021-11-08 Thread Justin M. Forbes (via Email Bridge)
From: Vivek Kasireddy drm/virtio: Fix NULL dereference error in virtio_gpu_poll When virgl is not enabled, vfpriv pointer would not be allocated. Therefore, check for a valid value before dereferencing. Reported-by: Christian Zigotzky Cc: Gurchetan Singh Cc: Gerd Hoffmann Signed-off-by:

[OS-BUILD PATCH] arm64: cpufeature: Export this_cpu_has_cap helper

2021-11-08 Thread Justin M. Forbes (via Email Bridge)
From: Arnd Bergmann arm64: cpufeature: Export this_cpu_has_cap helper Export the this_cpu_has_cap() for use by modules. This is used by TRBE driver. Without this patch, TRBE will fail to build as a module : ERROR: modpost: "this_cpu_has_cap" [drivers/hwtracing/coresight/coresight-trbe.ko]

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

2021-11-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1488#note_727272062 I believe your description of ark-latest is a bit optimistic. Particularly during the merge window when things might break multiple days in a row. Basically, if things are broken, I

Re: [OS-BUILD PATCHv4 0/2] redhat/configs: enable KEXEC_SIG for aarch64 RHEL

2021-11-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1442#note_79590 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCH] Add memcpy_kunit to mod-internal.list

2021-11-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Add memcpy_kunit to mod-internal.list With the 5.16 merge window we are now building memcpy_kunit and that needs to be added to mod-internal.list with the rest of the kunit modules or it fails depmod. Signed-off-by: Justin M. Forbes diff --git

[OS-BUILD PATCH] Add nct6775 to filter-modules.sh.rhel

2021-11-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Add nct6775 to filter-modules.sh.rhel The nct6775 depends on symbol wmi_evaluate_method now and must be added to the module-filter so that it can pass depomod. Signed-off-by: Justin M. Forbes diff --git a/redhat/rhel_files/filter-modules.sh.rhel

Re: [OS-BUILD PATCHv2] Enable e1000 in rhel9 as unsupported

2021-11-04 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1382#note_723685796 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH 0/2] redhat/configs: Enable Nitro Enclaves on x86/aarch64

2021-11-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1486#note_726688055 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Revert "Force DWARF4 because crash does not support DWARF5 yet"

2021-11-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1482#note_726690015 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Ignore the rhel9 kabi files

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1445#note_719883747 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] RHMAINTAINERS: Update for Oct 29 2021

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1447#note_719882949 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] Remove legacy elrdy cruft

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1446#note_719883560 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

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

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1433#note_719885457 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCHv2 0/2] Fedora documentation updates

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1443#note_719884382 Acked-by: Justin M. Forbes <[REDACTED]> (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] redhat: configs: Update configs for vmware

2021-11-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1449#note_720056505 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv3 0/0] common: build TRUSTED_KEYS in everywhere

2021-12-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1284#note_749677987 @omos Done. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

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

2021-12-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1459#note_758223323 From the first rawhide build after this merged (ELN hasn't started yet): drivers/pci/pci-driver.c:299:5: warning: "CONFIG_RHEL_DIFFERENCES" is not defined, evaluates to 0 [-Wundef]

Re: [OS-BUILD PATCHv2 0/0] common: build TRUSTED_KEYS in everywhere

2021-11-29 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1284#note_746658332 Since it was set to allow maintainers to commit to the MR, I did the rebase. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCHv3] mod-denylist.sh: Change to denylist

2021-07-23 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1185#note_634169472 It makes much more sense to stick with what kmod is also using, and blocklist is mentioned in kernel docs as an acceptable replacement for blacklist.

Re: [OS-BUILD PATCHv2] redhat/configs: Double MAX_LOCKDEP_ENTRIES

2021-07-23 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1271#note_634161191 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH 0/0] fedora: Updates for 5.14

2021-07-23 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1269#note_634159488 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Revert "Drop that for now"

2021-07-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1283#note_636986626 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] rpmspec: switch iio and gpio tools to use tools_make

2021-07-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1276#note_636419856 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] rpmspec: fix verbose output on kernel-devel installation

2021-07-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1275#note_635424522 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH 0/0] fedora: minor updates for graphics drivers

2021-07-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1274#note_635434557 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] configs/process_configs.sh: Handle config items with no help text

2021-07-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1277#note_635532268 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

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

2021-07-14 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1250#note_626254594 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH 0/0] all: hyperv: unify the Microsoft HyperV configs

2021-07-14 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1259#note_626216087 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat: add gating configuration for centos stream/rhel9

2021-07-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1282#note_637748242 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] lib/crypto: add prompts back to crypto libraries

2022-01-12 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1552#note_808649182 This MR isn't going to be merged, it is simply a placeholder until the latest version of this patch is merged upstream. By keeping it here and "include in releases" it ends up in

[OS-BUILD PATCH] Add dev_addr_lists_test to mod-internal.list

2022-01-12 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Add dev_addr_lists_test to mod-internal.list With the 5.17 merge window, we are now building the dev_addr_lists_test kunit test module. This needs to be added to the mod-internal.list or we end up with depmod failures. Signed-off-by: Justin M. Forbes diff --git

[OS-BUILD PATCH] lib/crypto: add prompts back to crypto libraries

2022-01-11 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes lib/crypto: add prompts back to crypto libraries Commit 6048fdcc5f269 ("lib/crypto: blake2s: include as built-in") took away a number of prompt texts from other crypto libraries. This makes values flip from built-in to module when oldconfig runs, and causes problems when

[OS-BUILD PATCHv2] lib/crypto: add prompts back to crypto libraries

2022-01-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes lib/crypto: add prompts back to crypto libraries Commit 6048fdcc5f269 ("lib/crypto: blake2s: include as built-in") took away a number of prompt texts from other crypto libraries. This makes values flip from built-in to module when oldconfig runs, and causes problems when

Re: [OS-BUILD PATCHv2] lib/crypto: add prompts back to crypto libraries

2022-01-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1552#note_812855905 Updated with the final version that is in linux-next right now. We could go ahead and merge this version (with acks) if we want os-build to work while waiting for it to make Linus'

Re: [OS-BUILD PATCHv2] lib/crypto: add prompts back to crypto libraries

2022-01-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1552#note_812950236 I do not expect any further changes to this one. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv2] tools: Fix use-after-free for realloc(..., 0)

2022-02-14 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1594#note_842557272 Updated with a new patch from Kees upstream. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2] tools: Fix use-after-free for realloc(..., 0)

2022-02-14 Thread Justin M. Forbes (via Email Bridge)
From: Kees Cook tools: Fix use-after-free for realloc(..., 0) GCC 12 was correctly reporting a potential use-after-free condition in the xrealloc helper. Fix the warning by avoiding an implicit "free(ptr)" when size == 0: In file included from help.c:12: In function 'xrealloc', inlined

Re: [OS-BUILD PATCHv5 0/8] process_configs.sh: Add parallel processing of configs in dist-configs

2022-03-04 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1635#note_863271340 Actually, weirder, 'make dist-configs-check' works fine in ark-latest, but 'make dist-git' fails as above. If I do a 'make dist-srpm', that succeeds, and afterwards 'make dist-git'

Re: [OS-BUILD PATCHv5 0/8] process_configs.sh: Add parallel processing of configs in dist-configs

2022-03-04 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1635#note_863252874 Let's hold off on merging this for a bit, I added it as include in releases, and today's build showed: ``` make[1]: *** [Makefile:148: dist-configs-check] Error 1 make[1]: Leaving

Re: [OS-BUILD PATCHv3] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning

2022-03-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1598#note_867053758 Yes, it was backed out from the queue upstream because of a similar problem on m1 macs (support not upstreamed yet). @llong1 is there an updated version in the works?

Re: [OS-BUILD PATCHv3 0/24] redhat/Makefile: Cleanup variables

2022-03-14 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1641#note_873929542 Given the nature of the changes, I want to run these as "include in release" once ready to make sure that things are working with the typical work flows.

Re: [OS-BUILD PATCHv6 0/4] ARK: Remove RHEL version specific device/driver support markers

2022-03-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1610#note_878394578 Just a heads up, the rebase did not happen this week as Linus released a surprise rc8 (the rc7 announcement implied that there would not be one). This means the rebase will happen

Re: [OS-BUILD PATCHv7 0/9] process_configs.sh: Add parallel processing of configs in dist-configs

2022-03-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1635#note_867434770 It ran today, include in release put the new version in ark-latest this morning. It worked fine. ___ kernel mailing list --

[OS-BUILD PATCH 0/2] Fixes for process_configs.sh now that things are being processed in parallel.

2022-03-10 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1643 Now that we are capable of processing multiple config files in parallel, we do not know exactly which arch a failure is seen on. This is important as frequently errors are specific

[OS-BUILD PATCH 1/2] Pass RHJOBS to process_configs for dist-configs-check as well

2022-03-10 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Pass RHJOBS to process_configs for dist-configs-check as well Signed-off-by: Justin M. Forbes diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -145,7 +145,7 @@ dist-rhel-configs: dist-configs

[OS-BUILD PATCH 2/2] Print arch with process_configs errors

2022-03-10 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Print arch with process_configs errors Now that we are capable of processing multiple config files in parallel, we do not know exactly which arch a failure is seen on. This is important as frequently errors are specific to a single arch. This patch just prints the arch

Re: [OS-BUILD PATCHv2 0/2] redhat: introduce RH_KABI_EXCLUDE_WITH_SIZE and enable size checks

2022-02-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1619#note_846439422 It seems the Kconfig entry for this really belongs in Kconfig.redhat perhaps even better if it had a dep on RHEL_DIFFERENCES as well. ___

Re: [OS-BUILD PATCH] redhat/self-test: Delete release test 3

2022-02-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1636#note_857554328 That should probably be fixed, and we do need the .0 in both places. It is fairly useless in the rawhide case, but that last digit has meaning in stable releases.

Re: [OS-BUILD PATCHv2] tools: Fix use-after-free for realloc(..., 0)

2022-02-18 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1594#note_848024026 This is upstream now, closing. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] redhat: configs: disable the surface platform

2022-02-21 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1621#note_850065513 Right, so by default, new items get created in both pending-common and pending-fedora, but it is a manual run that only happens every few months. As they are reviewed and

Re: [OS-BUILD PATCH] redhat/koji/Makefile: Remove Makefile.common dependency

2022-03-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1637#note_858675240 This seems as though it might break the kernel-rt and similar efforts at least until rt is upstream and it simply becomes another flavor of kernel built from the same spec/srpm.

Re: [OS-BUILD PATCHv2] redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL.

2022-03-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1612#note_859350785 I am not clicking until a RHEL reviewer does considering this changes RHEL more than Fedora, and it only needs one ack from me. (Though I will ack it)

Re: [OS-BUILD PATCH] redhat/koji/Makefile: Remove Makefile.common dependency

2022-03-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1637#note_859350285 @prarit yes, that would make sense. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0

2022-03-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0 The Makefile changes cleaned things up quite a bit, but left out the else to define SNAPSHOT when VERSION_ON_UPSTREAM:=0. The result was as specfile with debugbuildsenabled set incorrectly. Signed-off-by: Justin M.

[OS-BUILD PATCH] Turn on CONFIG_RANDOM_TRUST_BOOTLOADER

2022-03-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn on CONFIG_RANDOM_TRUST_BOOTLOADER While doing the rng rewrites, the upstream maintainer was looking to see which distros enabled RANDOM_TRUST_BOOTLOADER, and reached out to us to ask why not. This came in during the 5.4 cycle, and I did not review it, but do agree

[OS-BUILD PATCH] Remove i686 configs and filters

2022-03-25 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Remove i686 configs and filters Fedora has not built an i686 kernel in quite some time. There is no more point in trying to maintain configs for a kernel that we do not build. Signed-off-by: Justin M. Forbes diff --git a/redhat/configs/build_configs.sh

[OS-BUILD PATCH] Fix RHDISTGIT for Fedora

2022-03-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Fix RHDISTGIT for Fedora While the existing setup worked fine for users not setting up an RHDISTGIT_CACHE, it fails once you do because there was no entry to properly push to the Fedora dist-git. Signed-off-by: Justin M. Forbes diff --git a/redhat/Makefile.rhpkg

Re: [OS-BUILD PATCHv6 0/0] Add Partner Supported taint flag

2022-03-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1603#note_891563350 That should do it. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv6 0/0] Add Partner Supported taint flag

2022-03-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1603#note_891516554 I mean all of the RHELisms are ripped out every time I do a rebased fedora-5.x branch. This ends up being several times a year, and since os-build is rebased, I can't simply keep a

Re: [OS-BUILD PATCHv6 0/0] Add Partner Supported taint flag

2022-03-28 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1603#note_891415723 I would much rather it not. While things may build and function, it just makes it easier for patches like this to get lost on the Fedora stable rebases, where they are all ripped

Re: [OS-BUILD PATCH] redhat/kernel.spec.template: Fix intel-speed-select compile

2022-03-30 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1721#note_894758127 This does not work, testing another fix and will update the MR if that works. ___ kernel mailing list -- kernel@lists.fedoraproject.org

[OS-BUILD PATCHv5] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning

2022-03-30 Thread Justin M. Forbes (via Email Bridge)
From: Waiman Long mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning The gcc 12 compiler reports a "'mem_section' will never be NULL" warning on the following code: static inline struct mem_section *__nr_to_section(unsigned long nr) { #ifdef CONFIG_SPARSEMEM_EXTREME

[OS-BUILD PATCH] Add clk_test and clk-gate_test to mod-internal.list

2022-03-31 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Add clk_test and clk-gate_test to mod-internal.list These are new kunit tests added in 5.18 that need to be in mod-internal.list for depmod to succeed. Signed-off-by: Justin M. Forbes diff --git a/redhat/mod-internal.list b/redhat/mod-internal.list index

Re: [OS-BUILD PATCH] redhat/kernel.spec.template: Fix intel-speed-select compile

2022-03-31 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1721#note_896016507 Right, so I did `%{make} CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE -I/usr/include/libnl3" LDFLAGS="%{__global_ldflags} -lnl-genl-3 -lnl-3` In the kernel spec and that got around both

Re: [OS-BUILD PATCH] redhat/kernel.spec.template: Fix intel-speed-select compile

2022-03-31 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1721#note_896035285 That's pretty much what I did, but not a whole lot of point in pushing it until things actually build. ___ kernel mailing list --

<    1   2   3   4   5   6   >