]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
x86/crash: fix kexec transition breakage
authorIgor Druzhinin <igor.druzhinin@citrix.com>
Fri, 19 Jul 2019 13:07:48 +0000 (14:07 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 22 Jul 2019 17:02:24 +0000 (18:02 +0100)
commitf56813f3470c5b4987963c3c41e4fe16b95c5a3f
treee5a6344699db65ea17609a4b2aa9a16029d498d8
parent01dc6aa94246a2e4519726552b06ac1fe4e6d31a
x86/crash: fix kexec transition breakage

Following 6ff560f7f ("x86/SMP: don't try to stop already stopped CPUs")
an incorrect condition was placed into kexec transition path
leaving crashing CPU always online breaking kdump kernel entering.
Correct it by unifying the condition with smp_send_stop().

Signed-off-by: Igor Druzhinin <igor.druzhinin@citrix.com>
xen/arch/x86/crash.c