From fa6c9c6fdfc2869acb68295c755411b75397d422 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Wed, 18 Jun 2025 09:10:35 +0000 Subject: [PATCH] Debrand for AlmaLinux OS Use AlmaLinux OS secure boot cert Enable Btrfs support for all kernel variants hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained --- 0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch b/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch index 93c90bf76..5c97a986d 100644 --- a/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch +++ b/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch @@ -14,7 +14,7 @@ index 26089872a..8018c68f2 100644 @@ -8123,7 +8123,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = { }; - static struct pci_device_id qla2xxx_pci_tbl[] = { + static const struct pci_device_id qla2xxx_pci_tbl[] = { -#ifndef CONFIG_RHEL_DIFFERENCES +#ifndef CONFIG_ALMALINUX_DIFFERENCES { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },