• Andi Kleen's avatar
    x86, mce: default to panic timeout for machine checks · 29b0f591
    Andi Kleen authored
    Fatal machine checks can be logged to disk after boot, but only if
    the system did a warm reboot. That's unfortunately difficult with the
    default panic behaviour, which waits forever and the admin has to
    press the power button because modern systems usually miss a reset button.
    This clears the machine checks in the registers and make
    it impossible to log them.
    
    This patch changes the default for machine check panic to always
    reboot after 30s. Then the mce can be successfully logged after
    reboot.
    
    I believe this will improve machine check experience for any
    system running the X server.
    
    This is dependent on successfull boot logging of MCEs. This currently
    only works on Intel systems, on AMD there are quite a lot of systems
    around which leave junk in the machine check registers after boot,
    so it's disabled here. These systems will continue to default
    to endless waiting panic.
    
    v2: Only force panic timeout when it's shorter (H.Seto)
    v3: Only force timeout when there is no timeout
    (based on comment H.Seto)
    
    [ Fix changelog - HS ]
    Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
    Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
    Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
    29b0f591
mce.c 40.1 KB