Skip to content
Commit 53b9d87f authored by Andrew Morton's avatar Andrew Morton Committed by Ingo Molnar
Browse files

lock debug: sit tight when we are already in a panic



in:

  > http://bugzilla.kernel.org/show_bug.cgi?id=11543

The panic code called the kexec code which called mutex_trylock() which
called spin_lock_mutex() which then stupidly went and blurted a load of
debug stuff because of in_interrupt().

Keep the lock debug code from escallating an already crappy situation.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1d18ef48
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment