mbox series

[0/3] ACPI, APEI, EINJ: Add new CXL Error Types

Message ID 20220729153550.181209-1-jaylu102@amd.com
Headers show
Series ACPI, APEI, EINJ: Add new CXL Error Types | expand

Message

Jay Lu July 29, 2022, 3:35 p.m. UTC
Fix formatting errors alerted by checkpatch.pl, including missing 
lines and indentations to clean up for following patches.
 
Create an array to store error type descriptions for maintainability.

Add new CXL error types so that they are advertised.

Jay Lu (3):
  ACPI, APEI, EINJ: Fix Formatting Errors
  ACPI, APEI, EINJ: Refactor available_error_type_show
  ACPI, APEI, EINJ: Add support for new CXL error types

 drivers/acpi/apei/einj.c | 62 ++++++++++++++++++++--------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Comments

Ben Cheatham Nov. 30, 2022, 8:20 p.m. UTC | #1
Hi all,

Jay's internship at AMD ended a couple of months ago and I was asked to 
pick this up for her. I made the suggested changes and also have a EINJ 
patch given to me by Yazen that has to do with this one so I'll be 
adding that in as well. I'm still waiting for a machine to test with, 
but I expect to send out v2 later this week. Thanks

On 7/29/22 10:35 AM, Jay Lu wrote:
> Fix formatting errors alerted by checkpatch.pl, including missing
> lines and indentations to clean up for following patches.
>   
> Create an array to store error type descriptions for maintainability.
>
> Add new CXL error types so that they are advertised.
>
> Jay Lu (3):
>    ACPI, APEI, EINJ: Fix Formatting Errors
>    ACPI, APEI, EINJ: Refactor available_error_type_show
>    ACPI, APEI, EINJ: Add support for new CXL error types
>
>   drivers/acpi/apei/einj.c | 62 ++++++++++++++++++++--------------------
>   1 file changed, 31 insertions(+), 31 deletions(-)
>