Re: [PATCH v15 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors

From: Rafael J. Wysocki
Date: Tue Sep 15 2020 - 15:12:52 EST


On Tue, Sep 15, 2020 at 8:17 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote:
>
> On Tue, Sep 15, 2020 at 07:31:50PM +0200, Rafael J. Wysocki wrote:
> > On Mon, Sep 14, 2020 at 2:34 PM Shiju Jose <shiju.jose@xxxxxxxxxx> wrote:
> > >
> > > Hello,
> > >
> > > Can you help to merge this series?
> >
> > Do you want this series to go in through the ACPI tree?
>
> It crosses ACPI and vendor-specific PCI, but the bulk of the changes
> are in PCI. I gave some comments on the design and acked the PCI part
> from my point of view. I envisioned Lorenzo merging it since he takes
> care of drivers/pci/controller/*, but either that (given your ack for
> the ACPI part) or ACPI would be OK with me.

Well, please feel free to add an ACK from me to this then.

Cheers!

> > > > drivers/acpi/apei/ghes.c | 63 +++++
> > > > drivers/pci/controller/Kconfig | 7 +
> > > > drivers/pci/controller/Makefile | 1 +
> > > > drivers/pci/controller/pcie-hisi-error.c | 327 +++++++++++++++++++++++
> > > > include/acpi/ghes.h | 18 ++
> > > > 5 files changed, 416 insertions(+)
> > > > create mode 100644 drivers/pci/controller/pcie-hisi-error.c