Re: [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-12-10 Thread Dan Williams
Fabio M. De Francesco wrote: > On Tuesday, August 6, 2024 9:56:24 PM GMT+2 Dan Williams wrote: > > Fabio M. De Francesco wrote: > > > Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI > > > v2.10, Appendix N.2.7) to the kernel log via print_extlog_rcd(). > > > > I think the cri

Re: [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-10-23 Thread Fabio M. De Francesco
On Tuesday, August 6, 2024 9:56:24 PM GMT+2 Dan Williams wrote: > Fabio M. De Francesco wrote: > > Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI > > v2.10, Appendix N.2.7) to the kernel log via print_extlog_rcd(). > > I think the critical detail is is that print_extlog_rcd(

Re: [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-08-07 Thread Dan Williams
Dan Williams wrote: > [ add Boris ] [ actually add Boris ] Boris, see below, thoughts on deprecating acpi_extlog... > Bjorn Helgaas wrote: > > On Mon, May 27, 2024 at 04:43:41PM +0200, Fabio M. De Francesco wrote: > > > Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI > > >

Re: [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-08-07 Thread Dan Williams
[ add Boris ] Bjorn Helgaas wrote: > On Mon, May 27, 2024 at 04:43:41PM +0200, Fabio M. De Francesco wrote: > > Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI > > v2.10, Appendix N.2.7) to the kernel log via print_extlog_rcd(). Instead, > > the similar ghes_do_proc() (GHES)

Re: [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-08-06 Thread Bjorn Helgaas
On Mon, May 27, 2024 at 04:43:41PM +0200, Fabio M. De Francesco wrote: > Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI > v2.10, Appendix N.2.7) to the kernel log via print_extlog_rcd(). Instead, > the similar ghes_do_proc() (GHES) prints to kernel log and calls > pci_print_a

Re: [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-08-06 Thread Dan Williams
Fabio M. De Francesco wrote: > Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI > v2.10, Appendix N.2.7) to the kernel log via print_extlog_rcd(). I think the critical detail is is that print_extlog_rcd() is only triggered when ras_userspace_consumers() returns true. The obser

[PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

2024-05-30 Thread Fabio M. De Francesco
Currently, extlog_print() (ELOG) only reports CPER PCIe section (UEFI v2.10, Appendix N.2.7) to the kernel log via print_extlog_rcd(). Instead, the similar ghes_do_proc() (GHES) prints to kernel log and calls pci_print_aer() to report via the ftrace infrastructure. Add support to report the CPER P