mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 05:32:27 +00:00
powerpc: Set the correct kernel taint on machine check errors.
This means the 'M' flag will work properly when the kernel prints a backtrace. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
14f21189df
commit
27ea2c420c
@ -297,6 +297,8 @@ long machine_check_early(struct pt_regs *regs)
|
|||||||
|
|
||||||
__this_cpu_inc(irq_stat.mce_exceptions);
|
__this_cpu_inc(irq_stat.mce_exceptions);
|
||||||
|
|
||||||
|
add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
|
||||||
|
|
||||||
if (cur_cpu_spec && cur_cpu_spec->machine_check_early)
|
if (cur_cpu_spec && cur_cpu_spec->machine_check_early)
|
||||||
handled = cur_cpu_spec->machine_check_early(regs);
|
handled = cur_cpu_spec->machine_check_early(regs);
|
||||||
return handled;
|
return handled;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user