From 8341d1868d403a53608b5a5fb8e80c73620dea88 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Aug 2020 08:21:58 -0500 Subject: Cleanups to prepare for stable Fedora Signed-off-by: Justin M. Forbes --- 0001-be2iscsi-remove-unsupported-device-IDs.patch | 71 ----------------------- 1 file changed, 71 deletions(-) delete mode 100644 0001-be2iscsi-remove-unsupported-device-IDs.patch (limited to '0001-be2iscsi-remove-unsupported-device-IDs.patch') diff --git a/0001-be2iscsi-remove-unsupported-device-IDs.patch b/0001-be2iscsi-remove-unsupported-device-IDs.patch deleted file mode 100644 index 81bd1dd9c..000000000 --- a/0001-be2iscsi-remove-unsupported-device-IDs.patch +++ /dev/null @@ -1,71 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Leech -Date: Thu, 2 Jan 2020 14:24:43 -0500 -Subject: [PATCH] be2iscsi: remove unsupported device IDs - -Message-id: <20180503194032.1461134-1-cleech@redhat.com> -Patchwork-id: 212454 -O-Subject: [RHEL8 PATCH e-stor] scsi: be2iscsi: remove unsupported device IDs -Bugzilla: 1574502 -RH-Acked-by: Maurizio Lombardi -RH-Acked-by: Tom Coughlan -RH-Acked-by: Ewan Milne - -Bugzilla: 1574502 -Upstream Status: RHEL Specific -Build Info: brew 15975638 - -BladeEngine 2 generation devices are deprecated in RHEL 7 -and not supported in RHEL 8 - -Signed-off-by: Chris Leech -Signed-off-by: Herton R. Krzesinski - -be2iscsi: remove BE3 family support - -Message-id: <1530890927-5792-1-git-send-email-mlombard@redhat.com> -Patchwork-id: 223576 -O-Subject: [RHEL8 e-stor PATCH] be2iscsi: remove BE3 family support -Bugzilla: 1598366 -RH-Acked-by: Tomas Henzl -RH-Acked-by: Chris Leech - -BZ: https://bugzilla.redhat.com/show_bug.cgi?id98366 -Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID996775 -Upstream: RHEL-only, they tried to mark BE3 as unsupported - in upstream kernel but the patch has been rejected. - See: https://marc.info/?l=linux-scsi&m2835991600881&w=2 - -Broadcom doesn't want to provide support for the BE3 device family -in RHEL8. - -This patch removes the BE3's PCI-IDs. - -Upstream Status: RHEL only -Signed-off-by: Maurizio Lombardi -Signed-off-by: Herton R. Krzesinski ---- - drivers/scsi/be2iscsi/be_main.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c -index 9b81cfbbc5c5..1ca08297939c 100644 ---- a/drivers/scsi/be2iscsi/be_main.c -+++ b/drivers/scsi/be2iscsi/be_main.c -@@ -370,11 +370,13 @@ static int beiscsi_eh_device_reset(struct scsi_cmnd *sc) - - /*------------------- PCI Driver operations and data ----------------- */ - static const struct pci_device_id beiscsi_pci_id_table[] = { -+#ifndef CONFIG_RHEL_DIFFERENCES - { PCI_DEVICE(BE_VENDOR_ID, BE_DEVICE_ID1) }, - { PCI_DEVICE(BE_VENDOR_ID, BE_DEVICE_ID2) }, - { PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID1) }, - { PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID2) }, - { PCI_DEVICE(BE_VENDOR_ID, OC_DEVICE_ID3) }, -+#endif - { PCI_DEVICE(ELX_VENDOR_ID, OC_SKH_ID1) }, - { 0 } - }; --- -2.26.2 - -- cgit