]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING
authorKarolina Stolarek <karolina.stolarek@oracle.com>
Thu, 22 May 2025 23:21:20 +0000 (18:21 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 23 May 2025 16:02:19 +0000 (11:02 -0500)
commit36c5932074aaedebf905374dba2399a529215aa1
treede57ab8e9ac50237d0ada851c86bbda60fa1c571
parent82013ff394ea58fced098a1fdc001b46cc3dd5ee
PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING

Some existing logs in pci_print_aer() log with error severity by default.

Convert them to use KERN_WARNING for correctable errors and KERN_ERR for
uncorrectable errors.

[bhelgaas: commit log]

Signed-off-by: Karolina Stolarek <karolina.stolarek@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Tested-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://patch.msgid.link/20250522232339.1525671-15-helgaas@kernel.org
drivers/pci/pcie/aer.c