• G
    x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c · 404aae5d
    Greg Kroah-Hartman 提交于
    This problem is due to the kobject rework recently done in this file.
    
    The mce_amd_64.c code uses some wierd forward calls to back out of the
    recursive way the code creates kobjects.  Because of this, we need to
    verify that we have really created a kobject before calling
    kobject_uevent().
    
    Many thanks to Yinghai Lu <yhlu.kernel@gmail.com> for reporting the
    problem and testing.
    
    Cc: Yinghai Lu <yhlu.kernel@gmail.com>
    Cc: Jacob Shin <jacob.shin@amd.com>
    Cc: Ingo Molnar <mingo@elte.hu>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    404aae5d
mce_amd_64.c 15.4 KB