From: Steven Rostedt (Red Hat) Date: Wed, 25 Jun 2014 19:54:42 +0000 (-0400) Subject: tracing: Create seq_buf layer in trace_seq X-Git-Tag: omap-for-v3.20/drop-legacy-3517~136^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a161d99c43ce74c76aecff309be4c3ba455e823;p=pandora-kernel.git tracing: Create seq_buf layer in trace_seq Create a seq_buf layer that trace_seq sits on. The seq_buf will not be limited to page size. This will allow other usages of seq_buf instead of a hard set PAGE_SIZE one that trace_seq has. Link: http://lkml.kernel.org/r/20141104160221.864997179@goodmis.org Link: http://lkml.kernel.org/r/20141114011412.170377300@goodmis.org Tested-by: Jiri Kosina Acked-by: Jiri Kosina Reviewed-by: Petr Mladek Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed