2024-01-31 23:58:18

by Ira Weiny

[permalink] [raw]
Subject: [PATCH 0/2] cxl/cper: Fixes for CXL CPER event processing

A couple of fixes for the new CXL CPER processing code.

The first is a real bug which should land in rc. The second could wait
until the next merge window but it small enough it should be ok to land
in rc.

Signed-off-by: Ira Weiny <[email protected]>
---
Ira Weiny (2):
cxl/cper: Fix errant CPER prints for CXL events
cxl/trace: Remove unnecessary memcpy's

drivers/acpi/apei/ghes.c | 26 --------------------------
drivers/cxl/core/trace.h | 6 +++---
drivers/firmware/efi/cper.c | 19 +++++++++++++++++++
include/linux/cper.h | 23 +++++++++++++++++++++++
4 files changed, 45 insertions(+), 29 deletions(-)
---
base-commit: 861c0981648f5b64c86fd028ee622096eb7af05a
change-id: 20240111-cxl-cper-fixups-dbf61790e4c8

Best regards,
--
Ira Weiny <[email protected]>



2024-02-03 17:31:33

by Ard Biesheuvel

[permalink] [raw]
Subject: Re: [PATCH 0/2] cxl/cper: Fixes for CXL CPER event processing

On Thu, 1 Feb 2024 at 00:55, Ira Weiny <[email protected]> wrote:
>
> A couple of fixes for the new CXL CPER processing code.
>
> The first is a real bug which should land in rc. The second could wait
> until the next merge window but it small enough it should be ok to land
> in rc.
>
> Signed-off-by: Ira Weiny <[email protected]>
> ---
> Ira Weiny (2):
> cxl/cper: Fix errant CPER prints for CXL events
> cxl/trace: Remove unnecessary memcpy's
>

Thanks, I'll take these via the EFI tree.


> drivers/acpi/apei/ghes.c | 26 --------------------------
> drivers/cxl/core/trace.h | 6 +++---
> drivers/firmware/efi/cper.c | 19 +++++++++++++++++++
> include/linux/cper.h | 23 +++++++++++++++++++++++
> 4 files changed, 45 insertions(+), 29 deletions(-)
> ---
> base-commit: 861c0981648f5b64c86fd028ee622096eb7af05a
> change-id: 20240111-cxl-cper-fixups-dbf61790e4c8
>
> Best regards,
> --
> Ira Weiny <[email protected]>
>
>