mbox series

[v2,0/4] PCI: AER updates

Message ID 20230609222500.1267795-1-helgaas@kernel.org (mailing list archive)
Headers show
Series PCI: AER updates | expand

Message

Bjorn Helgaas June 9, 2023, 10:24 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

Patch 2 ("Drop recommendation to configure AER Capability") was previously
posted at https://lore.kernel.org/r/20230214172831.GA3046378@bhelgaas and
is unchanged here.

The others have not been posted previously.

Bjorn Helgaas (4):
  PCI: Unexport pci_save_aer_state()
  Documentation: PCI: Drop recommendation to configure AER Capability
  Documentation: PCI: Update cross references to .rst files
  Documentation: PCI: Tidy AER documentation

 Documentation/PCI/pci-error-recovery.rst |   2 +-
 Documentation/PCI/pcieaer-howto.rst      | 183 ++++++++---------------
 drivers/pci/pci.h                        |   4 +
 include/linux/aer.h                      |   4 -
 4 files changed, 70 insertions(+), 123 deletions(-)

Comments

Bjorn Helgaas June 12, 2023, 5:47 p.m. UTC | #1
On Fri, Jun 09, 2023 at 05:24:56PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Patch 2 ("Drop recommendation to configure AER Capability") was previously
> posted at https://lore.kernel.org/r/20230214172831.GA3046378@bhelgaas and
> is unchanged here.
> 
> The others have not been posted previously.
> 
> Bjorn Helgaas (4):
>   PCI: Unexport pci_save_aer_state()
>   Documentation: PCI: Drop recommendation to configure AER Capability
>   Documentation: PCI: Update cross references to .rst files
>   Documentation: PCI: Tidy AER documentation
> 
>  Documentation/PCI/pci-error-recovery.rst |   2 +-
>  Documentation/PCI/pcieaer-howto.rst      | 183 ++++++++---------------
>  drivers/pci/pci.h                        |   4 +
>  include/linux/aer.h                      |   4 -
>  4 files changed, 70 insertions(+), 123 deletions(-)

Applied to pci/aer for v6.5, thanks to everybody who took a look.

Bjorn