From: Masami Hiramatsu Date: Thu, 9 Aug 2012 12:31:10 +0000 (+0900) Subject: ftrace: Allow stealing pages from pipe buffer X-Git-Tag: omap-for-v3.7-rc1/fixes-hwmod-clock-signed-v3~5^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55cb6cf143ae16eaa415baab520b8eaf4a1012f;p=pandora-kernel.git ftrace: Allow stealing pages from pipe buffer Use generic steal operation on pipe buffer to allow stealing ring buffer's read page from pipe buffer. Note that this could reduce the performance of splice on the splice_write side operation without affinity setting. Since the ring buffer's read pages are allocated on the tracing-node, but the splice user does not always execute splice write side operation on the same node. In this case, the page will be accessed from the another node. Thus, it is strongly recommended to assign the splicing thread to corresponding node. Signed-off-by: Masami Hiramatsu Acked-by: Steven Rostedt Signed-off-by: Rusty Russell --- Reading git-diff-tree failed