]> Pileus Git - ~andy/linux/commit
tracing: Have trace buffer point back to trace_array
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 14 Jan 2014 15:19:46 +0000 (10:19 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 14 Jan 2014 15:19:46 +0000 (10:19 -0500)
commitdced341b2d4f06668efaab33f88de5d287c0f45b
tree549df748615b1e735c4d8d7254c8f63076280af2
parenta4c35ed241129dd142be4cadb1e5a474a56d5464
tracing: Have trace buffer point back to trace_array

The trace buffer has a descriptor pointer that goes back to the trace
array. But it was never assigned. Luckily, nothing uses it (yet), but
it will in the future.

Although nothing currently uses this, if any of the new features get
backported to older kernels, and because this is such a simple change,
I'm marking it for stable too.

Cc: stable@vger.kernel.org # v3.10+
Fixes: 12883efb670c "tracing: Consolidate max_tr into main trace_array structure"
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c