linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] PCI/AER: Remove redundant Device Control Error Reporting Enable
@ 2023-03-07 18:28 Bjorn Helgaas
  2023-03-07 18:28 ` [PATCH 01/10] scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting() Bjorn Helgaas
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Bjorn Helgaas @ 2023-03-07 18:28 UTC (permalink / raw)
  To: James E . J . Bottomley, Martin K . Petersen
  Cc: linux-scsi, linux-kernel, Bjorn Helgaas, Anil Gurumurthy,
	Dick Kennedy, Don Brace, James Smart, Johannes Thumshirn,
	Ketan Mukadam, Manish Rangankar, Nilesh Javali,
	Raghava Aditya Renukunta, Sathya Prakash, Sreekanth Reddy,
	Sudarsana Kalluru, Suganath Prabu Subramani, Tomas Henzl,
	Adaptec OEM Raid Solutions, GR-QLogic-Storage-Upstream,
	MPT-FusionLinux.pdl, storagedev

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-03-17  4:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 18:28 [PATCH 00/10] PCI/AER: Remove redundant Device Control Error Reporting Enable Bjorn Helgaas
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).