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

2023-07-20 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606#note_1479793677 This looks nice. Would it be crazy to provide two files under sysfs to provide the list of deprecated and unmaintained modules? Or looking at it another way, how do I tell which mo

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

2023-07-20 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 Bharg

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

2023-07-20 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 loading

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

[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 b/driver

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

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

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

[OS-BUILD PATCHv3] redhat/configs: Disable CONFIG_I8K

2023-07-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs: Disable CONFIG_I8K This was noticed during code inspection for another change. ./redhat/configs/rhel/generic/CONFIG_I8K:# CONFIG_I8K is not set ./redhat/configs/rhel/generic/x86/CONFIG_I8K:CONFIG_I8K=y ./redhat/configs/fedora/generic/x86/CONFIG_I8K:CONFIG_I

Re: [OS-BUILD PATCHv2] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2608#note_1479620566 It didn't even occur to me to ask how old these systems are :) Thanks @pbrobinson :) I'll disable it completely. ___ kernel mailing list

Re: [OS-BUILD PATCHv2] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2608#note_1479607902 @prarit, I agree with Peter's comment. Just make it all 'is not set'. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCHv2] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2608#note_1479586851 Do we want to enable this at all? Looking at the Kconfig it's for it (https://cateee.net/lkddb/web-lkddb/I8K.html) it's for old Dell laptops from around 2000. The Dell Inspiron 8000 refer

[OS-BUILD PATCHv2] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs: Cleanup CONFIG_I8K This was noticed during code inspection for another change. ./redhat/configs/rhel/generic/CONFIG_I8K:# CONFIG_I8K is not set ./redhat/configs/rhel/generic/x86/CONFIG_I8K:CONFIG_I8K=y ./redhat/configs/fedora/generic/x86/CONFIG_I8K:CONFIG_I

Re: [OS-BUILD PATCH] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2608#note_1479568274 Oops. Looks like I still need a high level disable for this. Will push a new version in a sec. ___ kernel mailing list -- kernel@lists.f

[OS-BUILD PATCH] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs: Cleanup CONFIG_I8K This was noticed during code inspection for another change. ./redhat/configs/rhel/generic/CONFIG_I8K:# CONFIG_I8K is not set ./redhat/configs/rhel/generic/x86/CONFIG_I8K:CONFIG_I8K=y ./redhat/configs/fedora/generic/x86/CONFIG_I8K:CONFIG_I

Re: [OS-BUILD PATCH 0/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-20 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604#note_1479100113 Looks good to me as well. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@

Re: [OS-BUILD PATCH 0/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-20 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604#note_1479096269 Looks fine from an aarch64 PoV. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fe