Re: [PATCH 0/3] PCI/AER: Clean up logging

From: Bjorn Helgaas
Date: Fri Dec 08 2023 - 11:54:14 EST


[+cc Jonathan]

On Wed, Dec 06, 2023 at 04:42:28PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> Clean up some minor AER logging issues:
>
> - Log as "Correctable errors", not "Corrected errors"
>
> - Decode the Requester ID when we couldn't find detail error info
>
> Bjorn Helgaas (3):
> PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors
> PCI/AER: Decode Requester ID when no error info found
> PCI/AER: Use explicit register sizes for struct members
>
> drivers/pci/pcie/aer.c | 19 ++++++++++++-------
> include/linux/aer.h | 8 ++++----
> 2 files changed, 16 insertions(+), 11 deletions(-)

Applied to pci/aer for v6.8. Thanks, Jonathan, for your time in
taking a look.