All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI/AER: Fix and optimize usage of status clear api
@ 2022-09-01 18:16 ` Zhuo Chen
  0 siblings, 0 replies; 33+ messages in thread
From: Zhuo Chen @ 2022-09-01 18:16 UTC (permalink / raw)
  To: fancer.lancer, jdmason, dave.jiang, allenbh, bhelgaas, ruscur,
	oohall, james.smart, dick.kennedy, jejb, martin.petersen
  Cc: chenzhuo.1, ntb, linux-kernel, linux-pci, linuxppc-dev, linux-scsi

Hello,

This series contains some fixes and optimizations of aer api usage.
We add some process to clear uncorrectable error status, then add
distinction between fatal and nonfatal situations in pcie_do_recovery()
and reduce some redundant code. The series involves pci driver and
vendor driver.

Thanks,
Zhuo Chen

Zhuo Chen (3):
  PCI/AER: Use pci_aer_clear_uncorrect_error_status() to clear
    uncorrectable error status
  PCI/ERR: Clear fatal status in pcie_do_recovery()
  PCI/AER: Use pci_aer_raw_clear_status() to clear root port's AER error
    status

 drivers/ntb/hw/idt/ntb_hw_idt.c |  4 ++--
 drivers/pci/pci.h               |  2 ++
 drivers/pci/pcie/aer.c          | 30 +++++++++++++++++++-----------
 drivers/pci/pcie/dpc.c          |  3 +--
 drivers/pci/pcie/err.c          |  8 ++++++--
 drivers/scsi/lpfc/lpfc_attr.c   |  4 ++--
 include/linux/aer.h             |  4 ++--
 7 files changed, 34 insertions(+), 21 deletions(-)

-- 
2.30.1 (Apple Git-130)


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

end of thread, other threads:[~2022-09-27 13:41 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 18:16 [PATCH 0/3] PCI/AER: Fix and optimize usage of status clear api Zhuo Chen
2022-09-01 18:16 ` Zhuo Chen
2022-09-01 18:16 ` [PATCH 1/3] PCI/AER: Use pci_aer_clear_uncorrect_error_status() to clear uncorrectable error status Zhuo Chen
2022-09-01 18:16   ` Zhuo Chen
2022-09-11 16:22   ` Serge Semin
2022-09-11 16:22     ` Serge Semin
2022-09-11 17:09     ` [External] " Zhuo Chen
2022-09-11 17:09       ` Zhuo Chen
2022-09-11 17:55       ` Serge Semin
2022-09-11 17:55         ` Serge Semin
2022-09-22 20:02       ` Bjorn Helgaas
2022-09-22 20:02         ` Bjorn Helgaas
2022-09-26 13:30         ` Zhuo Chen
2022-09-26 13:30           ` Zhuo Chen
2022-09-26 17:21           ` Bjorn Helgaas
2022-09-01 18:16 ` [PATCH 2/3] PCI/ERR: Clear fatal status in pcie_do_recovery() Zhuo Chen
2022-09-01 18:16   ` Zhuo Chen
2022-09-22 21:08   ` Bjorn Helgaas
2022-09-22 21:08     ` Bjorn Helgaas
2022-09-26 14:01     ` Zhuo Chen
2022-09-26 14:01       ` Zhuo Chen
2022-09-26 18:09       ` Bjorn Helgaas
2022-09-26 18:09         ` Bjorn Helgaas
2022-09-27 13:41         ` [External] " Zhuo Chen
2022-09-27 13:41           ` Zhuo Chen
2022-09-01 18:16 ` [PATCH 3/3] PCI/AER: Use pci_aer_raw_clear_status() to clear root port's AER error status Zhuo Chen
2022-09-01 18:16   ` Zhuo Chen
2022-09-22 21:50   ` Bjorn Helgaas
2022-09-22 21:50     ` Bjorn Helgaas
2022-09-26 14:16     ` Zhuo Chen
2022-09-26 14:16       ` Zhuo Chen
2022-09-26 17:22       ` Bjorn Helgaas
2022-09-26 17:22         ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.