Re: [PATCH v1 0/2] PCI/AER: Clean up minor logging issues

From: Bjorn Helgaas
Date: Tue Jun 05 2018 - 18:22:45 EST


On Wed, May 30, 2018 at 12:54:10PM -0500, Bjorn Helgaas wrote:
> AER logging printed the plain 16-bit Requester ID straight out of the TLP,
> which is hard to interpret, e.g., id=00e4 corresponds to what we normally
> see as 00:1c.4 in dmesg or lspci.
>
> Also, there's no need to print the vendor/device ID of the root port
> reporting an error; we can easily find that from dmesg or lspci.
>
> ---
>
> Bjorn Helgaas (2):
> PCI/AER: Decode Error Source Requester ID
> PCI/AER: Stop printing vendor/device ID
>
>
> drivers/pci/pcie/aer/aerdrv_errprint.c | 23 +++++++++++++----------
> 1 file changed, 13 insertions(+), 10 deletions(-)

I applied the first but not the second to pci/aer for v4.18.