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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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...@
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
17 matches
Mail list logo