On Fri, 28 Oct 2022 at 22:10, Smita Koralahalli <Smita.KoralahalliChannabasappa@xxxxxxx> wrote: > > This series adds decoding for the CXL Protocol Errors Common Platform > Error Record. > > Smita Koralahalli (2): > efi/cper, cxl: Decode CXL Protocol Error Section > efi/cper, cxl: Decode CXL Error Log > I've queued these up now (with Jonathan's ack) > drivers/firmware/efi/Makefile | 2 +- > drivers/firmware/efi/cper.c | 9 ++ > drivers/firmware/efi/cper_cxl.c | 179 ++++++++++++++++++++++++++++++++ > drivers/firmware/efi/cper_cxl.h | 66 ++++++++++++ > include/linux/cxl_err.h | 22 ++++ > 5 files changed, 277 insertions(+), 1 deletion(-) > create mode 100644 drivers/firmware/efi/cper_cxl.c > create mode 100644 drivers/firmware/efi/cper_cxl.h > create mode 100644 include/linux/cxl_err.h > > -- > 2.17.1 >