From: Bjorn Helgaas <helgaas@kernel.org>
To: "James E . J . Bottomley" <jejb@linux.ibm.com>,
"Martin K . Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
Bjorn Helgaas <bhelgaas@google.com>,
Anil Gurumurthy <anil.gurumurthy@qlogic.com>,
Dick Kennedy <dick.kennedy@broadcom.com>,
Don Brace <don.brace@microchip.com>,
James Smart <james.smart@broadcom.com>,
Johannes Thumshirn <jthumshirn@suse.de>,
Ketan Mukadam <ketan.mukadam@broadcom.com>,
Manish Rangankar <mrangankar@marvell.com>,
Nilesh Javali <njavali@marvell.com>,
Raghava Aditya Renukunta <raghavaaditya.renukunta@pmcs.com>,
Sathya Prakash <sathya.prakash@broadcom.com>,
Sreekanth Reddy <sreekanth.reddy@broadcom.com>,
Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>,
Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>,
Tomas Henzl <thenzl@redhat.com>,
Adaptec OEM Raid Solutions <aacraid@microsemi.com>,
GR-QLogic-Storage-Upstream@marvell.com,
MPT-FusionLinux.pdl@broadcom.com, storagedev@microchip.com
Subject: [PATCH 00/10] PCI/AER: Remove redundant Device Control Error Reporting Enable
Date: Tue, 7 Mar 2023 12:28:32 -0600 [thread overview]
Message-ID: <20230307182842.870378-1-helgaas@kernel.org> (raw)
From: Bjorn Helgaas <bhelgaas@google.com>
Since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is native"),
which appeared in v6.0, the PCI core has enabled PCIe error reporting for
all devices during enumeration.
Remove driver code to do this and remove unnecessary includes of
<linux/aer.h> from several other drivers.
Bjorn Helgaas (10):
scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting()
scsi: arcmsr: Remove unnecessary aer.h include
scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()
scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()
scsi: csiostor: Remove unnecessary aer.h include
scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting()
comment
scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()
scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()
scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting()
scsi: qla4xxx: Drop redundant pci_enable_pcie_error_reporting()
drivers/scsi/aacraid/linit.c | 3 -
drivers/scsi/arcmsr/arcmsr_hba.c | 1 -
drivers/scsi/be2iscsi/be_main.c | 9 ---
drivers/scsi/be2iscsi/be_main.h | 1 -
drivers/scsi/bfa/bfad.c | 6 --
drivers/scsi/bfa/bfad_drv.h | 1 -
drivers/scsi/csiostor/csio_init.c | 1 -
drivers/scsi/hpsa.c | 1 -
drivers/scsi/lpfc/lpfc.h | 2 -
drivers/scsi/lpfc/lpfc_attr.c | 96 ++++++++--------------------
drivers/scsi/lpfc/lpfc_init.c | 1 -
drivers/scsi/lpfc/lpfc_sli.c | 55 ----------------
drivers/scsi/mpt3sas/mpt3sas_base.c | 5 --
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 1 -
drivers/scsi/qla2xxx/qla_def.h | 1 -
drivers/scsi/qla2xxx/qla_os.c | 6 --
drivers/scsi/qla4xxx/ql4_def.h | 1 -
drivers/scsi/qla4xxx/ql4_os.c | 4 --
18 files changed, 27 insertions(+), 168 deletions(-)
--
2.25.1
next reply other threads:[~2023-03-07 18:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 18:28 Bjorn Helgaas [this message]
2023-03-07 18:28 ` [PATCH 01/10] scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting() Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 02/10] scsi: arcmsr: Remove unnecessary aer.h include Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 03/10] scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting() Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 04/10] scsi: bfa: " Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 05/10] scsi: csiostor: Remove unnecessary aer.h include Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 06/10] scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting() comment Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 07/10] scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting() Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 08/10] scsi: mpt3sas: " Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 09/10] scsi: qla2xxx: " Bjorn Helgaas
2023-03-07 18:28 ` [PATCH 10/10] scsi: qla4xxx: " Bjorn Helgaas
2023-03-10 3:03 ` [PATCH 00/10] PCI/AER: Remove redundant Device Control Error Reporting Enable Martin K. Petersen
2023-03-17 4:04 ` Martin K. Petersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230307182842.870378-1-helgaas@kernel.org \
--to=helgaas@kernel.org \
--cc=GR-QLogic-Storage-Upstream@marvell.com \
--cc=MPT-FusionLinux.pdl@broadcom.com \
--cc=aacraid@microsemi.com \
--cc=anil.gurumurthy@qlogic.com \
--cc=bhelgaas@google.com \
--cc=dick.kennedy@broadcom.com \
--cc=don.brace@microchip.com \
--cc=james.smart@broadcom.com \
--cc=jejb@linux.ibm.com \
--cc=jthumshirn@suse.de \
--cc=ketan.mukadam@broadcom.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=mrangankar@marvell.com \
--cc=njavali@marvell.com \
--cc=raghavaaditya.renukunta@pmcs.com \
--cc=sathya.prakash@broadcom.com \
--cc=sreekanth.reddy@broadcom.com \
--cc=storagedev@microchip.com \
--cc=sudarsana.kalluru@qlogic.com \
--cc=suganath-prabu.subramani@broadcom.com \
--cc=thenzl@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox