Re: [for-next][PATCH 5/7] tracing: Fix polling on trace_pipe_raw

2013-03-12 Thread Mauro Carvalho Chehab
Hi Steven, Em Fri, 01 Mar 2013 21:48:38 -0500 Steven Rostedt escreveu: > From: Steven Rostedt > > The trace_pipe_raw never implemented polling and this was casing > issues for several utilities. This is now implemented. > > Blocked reads still are on the TODO list. I tested it and it works f

[for-next][PATCH 5/7] tracing: Fix polling on trace_pipe_raw

2013-03-01 Thread Steven Rostedt
From: Steven Rostedt The trace_pipe_raw never implemented polling and this was casing issues for several utilities. This is now implemented. Blocked reads still are on the TODO list. Reported-by: Mauro Carvalho Chehab Signed-off-by: Steven Rostedt --- kernel/trace/trace.c | 78