Thanks to Namhyung Kim who pointed out some slight things with the code that went to Linus already, I have some early cleanups.
There's also a bug that needs to be fixed in the ring buffer waiter logic. git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: da9c3413a27be5ba6f996e90495c836dd30b8841 Namhyung Kim (1) tracing: Cleanup saved_cmdlines_size changes Steven Rostedt (Red Hat) (3) ring-buffer: Check if buffer exists before polling tracing: Fix leak of per cpu max data in instances tracing: Fix check of ftrace_trace_arrays list_empty() check ---- include/linux/ring_buffer.h | 2 - kernel/trace/ring_buffer.c | 5 +++- kernel/trace/trace.c | 49 +++++++++++++++++++++++++++----------------- kernel/trace/trace.h | 2 - 4 files changed, 37 insertions(+), 21 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/