Re: [OS-BUILD PATCH] redhat: make filtermods.py less verbose by default

2024-05-08 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3098#note_1898412649 Hi @jstancek, `filtermods.adoc` should probably be updated to capture the new `--log-filename` command. Otherwise, LGTM. -- ___ kernel

[OS-BUILD PATCH] [redhat] rh_messages.h: mark mlx5 on Bluefield-3 as unmaintained

2024-05-06 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] rh_messages.h: mark mlx5 on Bluefield-3 as unmaintained The mlx5 pci device 0x15B3:0xA2DC should no longer be marked as disabled. This brings the status of this device up-to-date with the hardware removal support project for RHEL-10. Signed-off-by: Scott Weaver

[OS-BUILD PATCH] [redhat] rh_messages.h: initial driver and device lists

2024-04-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] rh_messages.h: initial driver and device lists This adds the initial list of unmaintained and disabled devices for RHEL-10. Signed-off-by: Scott Weaver diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h index blahblah..blahblah 100644 ---

[OS-BUILD PATCH] redhat/kernel.spec.template: add extra flags for tools build

2024-03-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver redhat/kernel.spec.template: add extra flags for tools build With 01474dc706cab ('tools/rtla: Use tools/build makefiles to build rtla') a feature check was added to ensure the build dependencies are installed. Due to a compiler/linker object type mismatch that test fails to

[OS-BUILD PATCH] redhat/kernel.spec.template: update license

2024-03-23 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver redhat/kernel.spec.template: update license The license check fails due to missing the dual license: "BSD-2-Clause OR Apache-2.0" With c150b809f7de2 ('Merge tag 'riscv-for-linus-6.9-mw2') new dual licensed files were added. Signed-off-by: Scott Weaver diff --git

Re: [OS-BUILD PATCHv5 0/0] A few updates to the module filtering files for the 6.9 merge window after experiences with -next

2024-03-18 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2975#note_1819849354 No worries! Thank you! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2 0/0] A few updates to the module filtering files for the 6.9 merge window after experiences with -next

2024-03-18 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2975#note_1819765353 ...and therefore drop the a6ec6487 patch from this MR -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCHv2 0/0] A few updates to the module filtering files for the 6.9 merge window after experiences with -next

2024-03-18 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2975#note_1819762958 Hi @knurd42. Sorry but can I ask you to open a separate MR for the iio-test- gts patch a6ec64877905 (Add drm_gem_shmem_test to mod-internal.list)? (I just noticed that it needs amended

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

2024-03-16 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2984#note_1818041562 @kheib I have updated the MR to enable this config. -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCH 0/3] Fix depmod test issues

2024-03-16 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3010#note_1817839410 Removing the Include in Releases label due to conflicts (see !3016). Blocking this for now until either !2975 or !3016 are merged. -- ___

[OS-BUILD PATCH] [redhat] ark-create-release.sh: use 3-way merge

2024-03-16 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] ark-create-release.sh: use 3-way merge There can be conflicts that the 3-way merge strategy can resolve when adding the Include in Releases MRs. Let 'git am' fall back to use the 3-way merge strategy if the patch does not initially apply. Signed-off-by: Scott Weaver

[OS-BUILD PATCH 3/3] [redhat] add sound kunit tests to mod-internal.list

2024-03-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] add sound kunit tests to mod-internal.list Add new kunit tests: snd-soc-cs-amp-lib-test and sound_kunit 3e39acf56eded ('ALSA: core: Add sound core KUnit test') 177862317a98a ('ASoC: cs-amp-lib: Add KUnit test for calibration helpers') Signed-off-by: Scott Weaver

[OS-BUILD PATCH 2/3] [redhat] add iwlwifi-tests to mod-internal.list

2024-03-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] add iwlwifi-tests to mod-internal.list Add new kunit test. cf74ce02e3941 ('wifi: iwlwifi: add kunit test for devinfo ordering') Signed-off-by: Scott Weaver diff --git a/redhat/scripts/mod/mod-internal.list b/redhat/scripts/mod/mod-internal.list index

[OS-BUILD PATCH 1/3] [redhat] mod-internal.list minor cleanup

2024-03-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] mod-internal.list minor cleanup The drm_exec_test was included twice. Signed-off-by: Scott Weaver diff --git a/redhat/scripts/mod/mod-internal.list b/redhat/scripts/mod/mod-internal.list index blahblah..blahblah 100644 --- a/redhat/scripts/mod/mod-internal.list

[OS-BUILD PATCH 0/3] Fix depmod test issues

2024-03-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3010 CKI depmod tests failed due to missing modules. Signed-off-by: Scott Weaver --- redhat/scripts/mod/mod-internal.list | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) --

Re: [OS-BUILD PATCHv2 0/0] A few updates to the module filtering files for the 6.9 merge window after experiences with -next

2024-03-13 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2975#note_1813833842 I'm only blocking this so that we don't merge it until we get all of these in from upstream. The change will be included in ark-latest for koji builds. --

[OS-BUILD PATCH] lsm: update security_lock_kernel_down

2024-03-13 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver lsm: update security_lock_kernel_down Update to RHEL-only security_lock_kernel_down() due to 260017f3 ('lsm: use default hook return value in call_int_hook()'). Signed-off-by: Scott Weaver diff --git a/security/security.c b/security/security.c index blahblah..blahblah

Re: [OS-BUILD PATCHv2 0/0] A few updates to the module filtering files for the 6.9 merge window after experiences with -next

2024-03-13 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2975#note_1813293834 Thank you @knurd42 for your help! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] arch/x86/kernel/setup.c: fixup rh_check_supported

2024-03-12 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver arch/x86/kernel/setup.c: fixup rh_check_supported With 8078f4d6102f9 ('x86/cpu/topology: Rename smp_num_siblings') and 89b0f15f408f7 ('x86/cpu/topology: Get rid of cpuinfo::x86_max_cores') the RHEL only rh_check_supported() needs updated to also replaced

Re: [OS-BUILD PATCHv2 0/1] gitlab-ci: drop test_makefile job

2024-02-26 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2951#note_1789309517 :smile: No worries. -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2 0/1] gitlab-ci: drop test_makefile job

2024-02-26 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2951 NOTE: Truncated patchset since committer email 'ptalb...@redhat.com' does not match the submitter's GitLab public email address 'scwea...@redhat.com'. We no longer need this

[OS-BUILD PATCHv2] gitlab-ci: drop test_makefile job

2024-02-26 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver gitlab-ci: drop test_makefile job We no longer need this test because we build using the cki build containers which already have the build dependencies installed and those build containers are gated on being able to build the kernel. Signed-off-by: Scott Weaver diff --git

[OS-BUILD PATCH] gitlab-ci: drop test_makefile job

2024-02-21 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver gitlab-ci: drop test_makefile job We no longer need this test because we build using the cki build containers which already have the build dependencies installed and those build containers are gated on being able to build the kernel. Signed-off-by: Scott Weaver diff --git

Re: [OS-BUILD PATCH] gitlab-ci: support CI for zfcpdump kernel on ELN

2024-02-13 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2932#note_1771612827 @mh21_rh It's not hurting anything but this technically adds `with zfcpdump` to all the arches when it's only meant for s390x. The spec-file ignores it but maybe something to sort out

Re: [OS-BUILD PATCH] gitlab-ci: support CI for zfcpdump kernel on ELN

2024-02-13 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2932#note_1771605828 Thank you! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1759024385 You're right. This is safe because of the variable expansion. Thanks! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1758981394 @tales-aparecida does the gitlab ci environment take care such things and so we shouldn't expect to see this kind of syntax error? -- ___

Re: [OS-BUILD PATCH] Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed)

2024-02-05 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2924#note_1758970310 This does fix the parsing error but I believe the `perl(ExtUtils::Embed)` package will need to be enclosed in quotes or it will result in a shell error. ``` $ sudo dnf install

[OS-BUILD PATCH] [redhat] process_configs.sh: include config commit

2024-02-04 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] process_configs.sh: include config commit This adds a comment to the pending config file that documents the commit where the new config was defined. This is based on the "Defined at" line provided by the helpnewconfig make target. Signed-off-by: Scott Weaver diff

Re: [OS-BUILD PATCHv3 0/5] Add libperf packages and build kernel tools for Fedora

2024-02-01 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2907#note_1754559257 I see now that if we want CKI to pass you'll have to rebase. It's missing `0b6eb15a24b2e ('gitlab-ci: merge ark-latest before building in MR pipelines')`. I'm not sure that's really

Re: [OS-BUILD PATCHv10] Add new os-build targets: rt-devel and automotive-devel

2024-01-29 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2732#note_1747883754 This topic doesn't need to block this MR and later if we decide to change it we can do that. For now let's get this running and see what we learn from running it daily. --

Re: [OS-BUILD PATCHv10] Add new os-build targets: rt-devel and automotive-devel

2024-01-28 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2732#note_1746932321 I think we want `RT_DEVEL_BRANCH` here instead of `RT_AUTOMATED_BRANCH` or any patches added to `os-build-rt-devel` will not be propagated to the automotive branch. Maybe we don't want

Re: [OS-BUILD PATCHv2 0/4] Add libperf packages and build kernel tools for Fedora

2024-01-26 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2907#note_1745295177 Ah. Ok so that explains why it's not in ark yet. So we can leave it off for ELN and handle it in RHEL10 then. -- ___ kernel mailing list --

Re: [OS-BUILD PATCHv2 0/4] Add libperf packages and build kernel tools for Fedora

2024-01-26 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2907#note_1745281940 We are building the libperf package in cs9 but somehow missed porting that to ark. So we should have it enable for ELN. -- ___ kernel

Re: [OS-BUILD PATCHv7] Add new os-build targets: rt-devel and automotive-devel

2024-01-23 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2732#note_1739120434 Hi @dzickusrh. I was playing with your rt merge script and I wasn't sure what the initial conditions should be. Is this what you had in mind? ``` git checkout -b master-rt-devel

[OS-BUILD PATCH] redhat: filter-modules.sh.rhel: add dell-smm-hwmon

2024-01-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver redhat: filter-modules.sh.rhel: add dell-smm-hwmon The dell-smm-hwmon module depends on wmi.ko which is packaged in kernel-modules so move dell-smm-hwmon.ko to the module package as well. Signed-off-by: Scott Weaver diff --git a/redhat/rhel_files/filter-modules.sh.rhel

[OS-BUILD PATCH] redhat: filter-modules.sh.rhel: add dell-smm-hwmon

2024-01-15 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver redhat: filter-modules.sh.rhel: add dell-smm-hwmon The dell-smm-hwmon module depends on wmi.ko which is packaged in kernel-modules so move dell-smm-hwmon.ko to the module package as well. Signed-off-by: Scott Weaver diff --git a/redhat/rhel_files/filter-modules.sh.rhel

[OS-BUILD PATCH] Add snd-hda-cirrus-scodec-test to mod-internal.list

2023-11-07 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver Add snd-hda-cirrus-scodec-test to mod-internal.list This is a new kunit test that needs to be added to the mod-internal list in order to be able to access the kunit symbols. Signed-off-by: Scott Weaver diff --git a/redhat/scripts/mod/mod-internal.list

Re: [OS-BUILD PATCH 0/3] redhat: Switch KABI file compression to xz

2023-10-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2760#note_1617290143 This is correct in our case but automotive changes `compression` to `zstd` and because `xz` is still used in other places they need xz defined even though it's redundant here for the

[OS-BUILD PATCH] CONFIG_HW_RANDOM_HISI: move to common and set to m

2023-09-01 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver CONFIG_HW_RANDOM_HISI: move to common and set to m CONFIG_HW_RANDOM_HISI is arm specific and can be unified as a module for Fedora and RHEL. This addresses: https://gitlab.com/cki-project/kernel-ark/-/issues/102 Suggested-by: Thomas Huth Signed-off-by: Scott Weaver diff

Re: [OS-BUILD PATCHv3] Fix tarball creation logic

2023-08-30 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2658#note_1536037990 !2663 fixed this so I'm resolving this. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3] redhat/kernel.spec.template: update compression variables to support zstd

2023-08-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2650#note_1527276870 OK, so this change was intentional and there doesn't seem to be a good reason to compress `Module.symvers` with `-9`. Dropping that looks okay to me. Thanks for the clarification.

Re: [OS-BUILD PATCHv3] redhat/kernel.spec.template: update compression variables to support zstd

2023-08-23 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2650#note_1525779750 Not worth it, just wondering. Thanks Brian. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3] redhat/kernel.spec.template: update compression variables to support zstd

2023-08-23 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2650#note_1525618035 Just a nit but it looks like in the current case `xz` will be defined twice in the list. Can `xz` can be dropped from the list or maybe we still need it somewhere else if %compression

Re: [OS-BUILD PATCHv3] redhat/kernel.spec.template: update compression variables to support zstd

2023-08-23 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2650#note_1525612236 Hi @bmasney. IIUC you're just adding the variable `compression_flags` for future use but this drops the `-9` that used to be defined. Should it be `%global compression_flags --compress

Re: [OS-BUILD PATCHv4 0/7] CI: script cleanup part3

2023-08-03 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2519#note_1499831327 @dzickusrh this needs rebased after the change made in !2624. One thing that might need adjusted in `ark-create-release.sh` is to move the `set -e` to after sourcing `ark-ci-env.sh`.

Re: [OS-BUILD PATCHv4 0/7] CI: script cleanup part3

2023-08-03 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2519#note_1499480849 Resolving this thread based on Michael's approval. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2 0/6] treewide: Implement new Red Hat driver and device status infrastructure

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606#note_1494215199 I've removed it. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2 6/6] [redhat] kernel/rh_messages.c: move hardware tables to rh_messages.h

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] kernel/rh_messages.c: move hardware tables to rh_messages.h This moves the static message strings and hardware tables that were in rh_messages.c into an auto-generated header file (rh_messages.h) that contains the lists of unmaintained, deprecated and disabled

[OS-BUILD PATCHv2 4/6] [redhat] drivers/pci: Update rh_messages.c

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Prarit Bhargava [redhat] drivers/pci: Update rh_messages.c Database information is used to create lists of drivers and devices that are unmaintained, deprecated, or disabled. New functions using the data are introduced and will be called directly from PCI driver loading and module

[OS-BUILD PATCHv2 2/6] [redhat] mptsas: Remove add_taint()

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] mptsas: Remove add_taint() Removed add_taint() call which had been removed in cs9 ba729644ae63e ('mptsas: add new messaging') but not brought to kernel-ark. A new function to track unmaintained drivers will be added in a later commit in this series. Signed-off-by:

[OS-BUILD PATCHv2 5/6] [redhat] kernel/rh_messages.c: Wire up new calls

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Prarit Bhargava [redhat] kernel/rh_messages.c: Wire up new calls Wire up the new general calls into the module loading and pci driver loading code. This provides centralized call locations for drivers and devices that are unmaintained, deprecated, or disabled. Signed-off-by: Prarit

[OS-BUILD PATCHv2 1/6] [redhat] drivers/pci: Remove RHEL-only pci_hw_*() functions

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Prarit Bhargava [redhat] drivers/pci: Remove RHEL-only pci_hw_*() functions Remove the RHEL-only pci_hw_*() functions. These will be replaced with new functions in a later commit. Signed-off-by: Prarit Bhargava Signed-off-by: Scott Weaver diff --git a/drivers/pci/pci-driver.c

[OS-BUILD PATCHv2 3/6] [redhat] drivers/message/fusion/mptspi.c: Remove extra disabled warning

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Prarit Bhargava [redhat] drivers/message/fusion/mptspi.c: Remove extra disabled warning Remove this warning. It is no longer needed. Signed-off-by: Prarit Bhargava Signed-off-by: Scott Weaver diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index

[OS-BUILD PATCHv2 0/6] treewide: Implement new Red Hat driver and device status infrastructure

2023-07-31 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606 There are two significant problems with the existing hardware and driver maintenance process. It is not easy to determine if a driver or piece of hardware is supported, and it is not

Re: [OS-BUILD PATCH 0/6] treewide: Implement new Red Hat driver and device status infrastructure

2023-07-28 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606#note_1492613091 @prarit, I assumed that because it's using `TAINT_SUPPORT_REMOVED`, which isn't a TAINT state used by `rh_messages.c`, that it was intentionally left in. In the case of `mptspi`, it is

Re: [OS-BUILD PATCH 0/6] treewide: Implement new Red Hat driver and device status infrastructure

2023-07-28 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606#note_1492595138 The current logic used to mark a driver deprecated is that if in a future release that driver is marked unmaintained or disabled then we mark it as deprecated. In the comment that

[OS-BUILD PATCH 6/6] [redhat] kernel/rh_messages.c: move hardware tables to rh_messages.h

2023-07-20 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] kernel/rh_messages.c: move hardware tables to rh_messages.h This moves the static message strings and hardware tables that were in rh_messages.c into an auto-generated header file (rh_messages.h) that contains the lists of unmaintained, deprecated and disabled

[OS-BUILD PATCH 1/6] [redhat] drivers/pci: Remove RHEL-only pci_hw_*() functions

2023-07-20 Thread Scott Weaver (via Email Bridge)
From: Prarit Bhargava [redhat] drivers/pci: Remove RHEL-only pci_hw_*() functions Remove the RHEL-only pci_hw_*() functions. These will be replaced with new functions in a later commit. Signed-off-by: Prarit Bhargava Signed-off-by: Scott Weaver diff --git a/drivers/pci/pci-driver.c

[OS-BUILD PATCH 0/6] treewide: Implement new Red Hat driver and device status infrastructure

2023-07-20 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606 There are two significant problems with the existing hardware and driver maintenance process. It is not easy to determine if a driver or piece of hardware is supported, and it is not

[OS-BUILD PATCH 3/6] [redhat] drivers/message/fusion/mptspi.c: Remove extra disabled warning

2023-07-20 Thread Scott Weaver (via Email Bridge)
From: Prarit Bhargava [redhat] drivers/message/fusion/mptspi.c: Remove extra disabled warning Remove this warning. It is no longer needed. Signed-off-by: Prarit Bhargava Signed-off-by: Scott Weaver diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index

[OS-BUILD PATCH 2/6] [redhat] mptsas: Remove add_taint()

2023-07-20 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] mptsas: Remove add_taint() Removed add_taint() call which had been removed in cs9 ba729644ae63e ('mptsas: add new messaging') but not brought to kernel-ark. A new function to track unmaintained drivers will be added in a later commit in this series. Signed-off-by:

Re: [OS-BUILD PATCHv3 0/3] CI: simple script cleanups part1

2023-07-07 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2517#note_1461923407 Based on @mh21 approval, I'll resolve this. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] Change pathfix.py to %py3_shebang_fix

2023-07-06 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2588#note_1460420451 FTR: https://fedoraproject.org/wiki/Changes/Python3.12#pathfix.py_tool_will_be _removed ___ kernel mailing list --

Re: [OS-BUILD PATCHv6 0/8] redhat: Add realtime and arm64 64k-page-size build and packaging logic

2023-06-06 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1420546977 Yes, `--with rtonly` is working now so I'll resolve this as it sounds like fixing the `files listed twice` issue will be fixed later. ```

Re: [OS-BUILD PATCHv4 0/6] redhat: Add realtime build and packaging logic

2023-06-02 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1416969004 Thanks, Jan. Marking as resolved. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3 0/13] redhat: Add realtime build and packaging logic

2023-05-25 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1406483994 While trying to build `--with rtonly` (using the ELN build container), I hit the following error: ``` Processing files: kernel-rt-core-6.4.0-0.rc3.9d646009f65d.30.test.el126.x86_64

Re: [OS-BUILD PATCHv3 0/13] redhat: Add realtime build and packaging logic

2023-05-25 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1406174125 @clrkwllms Did you mean to include this [bpf samples](https://gitlab.com/cki- project/kernel-ark/-/merge_requests/2403/diffs?commit_id=c9572b747c75fc47a024b 215d5bf66e670310d5c) patch?

Re: [OS-BUILD PATCHv3 0/13] redhat: Add realtime build and packaging logic

2023-05-25 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1406161809 Thanks, Jan. I'm sure we'll still need to address this at some point but since automotive has been dropped I'll resolve this thread. ___

Re: [OS-BUILD PATCH 0/20] redhat: Add realtime and automotive build and packaging logic

2023-05-18 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1396597817 FWIW, v7 failed in the same way. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] Revert "Merge branch 'minimize_gzip' into 'os-build'"

2023-05-09 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver Revert "Merge branch 'minimize_gzip' into 'os-build'" Installation of the kernel-core package failed due to a scriptlet issue related to this change. Until that is sorted out let's revert this for now. This reverts commit 0e9039ca0ff6704530411742d2b53de1022978ca, reversing

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

2023-04-26 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173#note_1368994511 This is just a question and not meant to block this. Should the flags `-c9` also be put under a variable for future proofing this change?

Re: [OS-BUILD PATCHv4] kernel.spec: add llvm-devel build requirement

2023-02-02 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2264#note_1263931510 Hi Tom, When the feature check fails to build the file `tools/build/feature/test- llvm.make.output` will be generated which will show the error. ``` test-llvm.cpp:2:10: fatal error:

[OS-BUILD PATCHv4] kernel.spec: add llvm-devel build requirement

2023-01-31 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver kernel.spec: add llvm-devel build requirement The bpftool and the llvm system feature check requires the llvm-devel package. The bpftool package is only created if selftests is defined and when selftests is enabled, then samples/bpf will be built which will use the llvm

[OS-BUILD PATCHv3] kernel.spec: add llvm-devel build requirement

2023-01-25 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver kernel.spec: add llvm-devel build requirement The bpftool and the llvm system feature check requires the llvm-devel package. The bpftool package is only created if selftests is defined and when selftests is enabled, then samples/bpf will be built which will use the llvm

Re: [OS-BUILD PATCHv2] kernel.spec: add llvm-devel build requirement

2023-01-25 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2264#note_1252396117 After looking again, I see that my mistake was in how I described why the package should be associated with selftests. Because samples/bpf will be built when selftests is enabled and

[OS-BUILD PATCHv2] kernel.spec: add llvm-devel build requirement

2023-01-25 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver kernel.spec: add llvm-devel build requirement The bpftool and the llvm system feature check requires the llvm-devel package. The bpftool package is only created if selftests is defined and when selftests is enabled, then samples/bpf will be built which will use the llvm

Re: [OS-BUILD PATCH] kernel.spec: add llvm-devel build requirement

2023-01-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2264#note_1251412733 Hi Tom. I don't believe selftests is linking. The reason I included it in the BuildRequires for selftests is that I thought that selftests was running the systems feature check that

[OS-BUILD PATCH] kernel.spec: add llvm-devel build requirement

2023-01-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver kernel.spec: add llvm-devel build requirement The bpftool and selftests feature check requires the llvm-devel package as well as the bpftool itself (if llvm is available). The bpftool package is only created if selftests is defined, therefore the llvm-devel package is added

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

2022-11-21 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#note_1180141884 @clrkwllms, Yes and also running make dist-rpms on aarch64 I ran into it (but dist-rpms worked on x86). ___ kernel mailing list --

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

2022-11-21 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver Revert "Merge branch 'ark-make-help' into 'os-build'" This reverts commit f11ef857288e28ec3859e4a6af74506b914d85b7, reversing changes made to a6c76faa127a684197ec2febba863c856df93c12. diff --git a/makefile b/makefile index blahblah..blahblah 100644 --- a/makefile +++

Re: [OS-BUILD PATCH] [redhat] Update scripts to put new configs under ark-common

2022-03-08 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1622#note_867660497 I believe the default FLAVOR will also need updated to -ark ? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send