[PATCH 0/2] [GIT PULL] tracing: A couple of fixes with tracefs

From: Steven Rostedt
Date: Sun Sep 25 2016 - 19:25:30 EST



Linus,

Al Viro has been looking at the tracefs code, and has pointed out
some issues. This contains one fix by me and one by Al. I'm sure that
he'll come up with more but for now I tested these patches and they
don't appear to have any negative impact on tracing.

Please pull the latest trace-v4.8-rc7 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.8-rc7

Tag SHA1: 7a41afe1fd2b8a81f979c6e00533b68b07af2519
Head SHA1: 1ae2293dd6d2f5c823cf97e60b70d03631cd622f


Al Viro (1):
fix memory leaks in tracing_buffers_splice_read()

Steven Rostedt (Red Hat) (1):
tracing: Move mutex to protect against resetting of seq data

----
kernel/trace/trace.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)