[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20130508210102.898396979@asylum.americas.sgi.com>
Date: Wed, 08 May 2013 16:01:02 -0500
From: athorlton@....com
To: linux-kernel@...r.kernel.org
Cc: Jesper Nilsson <jesper.nilsson@...s.com>
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists