From 1f436b52e4b8104ae13d49b8e034f5ec1ded2721 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 16 Sep 2025 08:53:47 +0300 Subject: [PATCH] Drop b86dbf455d75ce54314efc826364259b8a87a8d0.patch as it already in upstream Update 0004 patch --- config.yaml | 4 ---- ...0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index d926bf3..5e2f0ab 100644 --- a/config.yaml +++ b/config.yaml @@ -40,9 +40,6 @@ actions: name: "ppc64le-kvm-support.patch" number: "Latest" modify_spec: false - - type: "patch" - name: "b86dbf455d75ce54314efc826364259b8a87a8d0.patch" - number: 3001 - replace: - target: "kernel*rhel.config" @@ -454,7 +451,6 @@ actions: - "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" - - "NFSD: fix hang in nfsd4_shutdown_callback" - name: "Eduard Abdullin" email: "eabdullin@almalinux.org" line: diff --git a/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch b/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch index ead1bb5..733d460 100644 --- a/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch +++ b/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch @@ -14,7 +14,7 @@ index 036f26c42..1d7b684dc 100644 @@ -8121,7 +8121,6 @@ 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 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) }, { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) }, @@ -40,4 +40,3 @@ index 036f26c42..1d7b684dc 100644 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2261) }, -- 2.27.0 -