lkml.org 
[lkml]   [2020]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v6] cper, apei, mce: Pass x86 CPER through the MCA handling chain
On Sat, 21 Nov 2020 at 11:15, Borislav Petkov <bp@alien8.de> wrote:
>
> On Thu, Nov 19, 2020 at 12:29:38PM -0600, Smita Koralahalli wrote:
> > diff --git a/drivers/firmware/efi/cper-x86.c b/drivers/firmware/efi/cper-x86.c
> > index 2531de49f56c..438ed9eff6d0 100644
> > --- a/drivers/firmware/efi/cper-x86.c
> > +++ b/drivers/firmware/efi/cper-x86.c
> > @@ -2,6 +2,7 @@
> > // Copyright (C) 2018, Advanced Micro Devices, Inc.
> >
> > #include <linux/cper.h>
> > +#include <linux/acpi.h>
> >
> > /*
> > * We don't need a "CPER_IA" prefix since these are all locally defined.
> > @@ -347,9 +348,13 @@ void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc)
> > ctx_info->mm_reg_addr);
> > }
> >
> > - printk("%sRegister Array:\n", newpfx);
> > - print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, groupsize,
> > - (ctx_info + 1), ctx_info->reg_arr_size, 0);
> > + if (ctx_info->reg_ctx_type != CTX_TYPE_MSR ||
> > + arch_apei_report_x86_error(ctx_info, proc->lapic_id)) {
> > + printk("%sRegister Array:\n", newpfx);
> > + print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16,
> > + groupsize, (ctx_info + 1),
> > + ctx_info->reg_arr_size, 0);
> > + }
> >
> > ctx_info = (struct cper_ia_proc_ctx *)((long)ctx_info + size);
> > }
> > --
>
> Ard, ack?
>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

\
 
 \ /
  Last update: 2020-11-21 11:38    [W:0.038 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site