2013-05-08 21:01:50

by Alex Thorlton

[permalink] [raw]
Subject: [patch 0/2] fix output from dump_stack/warn on multi-processor systems

These patches fix up issues with interspersed output from multiple
simultaneous calls to warn or dump_stack on multi-cpu systems.

The first patch serializes the output from dump_stack. The second
adds the cpu/pid to the WARNING line, displayed by
warn_slowpath_common so that it can be matched up with the
appropriate stack trace.