Skip to content

ARK: Remove RHEL version specific device/driver support markers

pjgeorg requested to merge pjgeorg/kernel-ark:sync-support-status into os-build

Removes all {mark_driver,mark_hardware,pci_hw}_{disabled,deprecated,unmaintained} and mark_tech_preview markers.

These are used in downstream RHEL to notify the user about support state. However this only applies to that specific release and may or may not affect future releases. Hence remove all these markers in ARK.

Note: This MR does not revert 7e761c32, 5cc4742a, fa7b1655, df94c010, 1217d330, e0be2cf6, 71fc877b, 117432b2, 96d74f2b, d755f282 which drop PCI IDs not supported in RHEL 8/9. Following the argument above all of these should be reverted as well.

Edited by pjgeorg

Merge request reports