Skip to content
  • Steven Rostedt (Red Hat)'s avatar
    tracing: Have trace buffer point back to trace_array · dced341b
    Steven Rostedt (Red Hat) authored
    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: 12883efb
    
     "tracing: Consolidate max_tr into main trace_array structure"
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    dced341b