lkml.org 
[lkml]   [2010]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86/MCE: don't let EDAC bypass the handle from MCE

> entry = rcu_dereference_check_mce(mcelog.next);
> for (;;) {
> - /*
> - * If edac_mce is enabled, it will check the error type
> - * and will process it, if it is a known error.
> - * Otherwise, the error will be sent through mcelog
> - * interface
> - */
> - if (edac_mce_parse(mce))
> - return;
> + edac_mce_parse(mce);

The other problem with the current code is that it prints the misleading
KERN_EMERG fallback message
for every corrected error.

-Andi



\
 
 \ /
  Last update: 2010-11-25 10:43    [W:0.027 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site