lkml.org 
[lkml]   [2021]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRE: [PATCH v2 2/5] x86/mce/inject: Warn the user on a not set valid bit in MCA_STATUS
    Date
    +	if (!(i_mce.status & MCI_STATUS_VAL))
    + pr_warn("Handlers might ignore signatures with Val=0 in MCA_STATUS\n");

    I don't think there is any "might" about this. All code paths start by checking for MCI_STATUS_VAL
    and skipping if it isn't set.

    s/might/will/

    -Tony

    \
     
     \ /
      Last update: 2021-10-20 17:07    [W:4.114 / U:0.764 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site