[V5 PATCH 1/4] panic/x86: Fix re-entrance problem due to panic on NMI

Steven Rostedt rostedt at goodmis.org
Tue Nov 24 07:12:18 PST 2015


On Tue, 24 Nov 2015 10:05:10 -0500
Steven Rostedt <rostedt at goodmis.org> wrote:

> cmpxchg(&panic_cpu, -1, 0) != 0
> 
> returns -1 for cpu 0, thus 0 != 0, and sets panic_cpu to 0

That was suppose to be "thus -1 != 0".

-- Steve



More information about the kexec mailing list