lkml.org 
[lkml]   [2018]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/8] efi: Fix IA32/X64 Processor Error Record definition
    Date
    From: Yazen Ghannam <yazen.ghannam@amd.com>

    Based on UEFI 2.7 Table 255. Processor Error Record, the "Local APIC_ID"
    field is 8 bytes but Linux defines this field as 1 byte.

    Fix this in the struct cper_sec_proc_ia definition.

    Cc: <stable@vger.kernel.org> # 4.16.x
    Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
    ---
    include/linux/cper.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/include/linux/cper.h b/include/linux/cper.h
    index d14ef4e77c8a..4b5f8459b403 100644
    --- a/include/linux/cper.h
    +++ b/include/linux/cper.h
    @@ -381,7 +381,7 @@ struct cper_sec_proc_generic {
    /* IA32/X64 Processor Error Section */
    struct cper_sec_proc_ia {
    __u64 validation_bits;
    - __u8 lapic_id;
    + __u64 lapic_id;
    __u8 cpuid[48];
    };

    --
    2.14.1
    \
     
     \ /
      Last update: 2018-02-23 21:06    [W:4.287 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site