tracing/filter: Check the created pred tree
authorSteven Rostedt <srostedt@redhat.com>
Fri, 28 Jan 2011 04:14:25 +0000 (23:14 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Feb 2011 01:56:19 +0000 (20:56 -0500)
commitec126cac23945de12eb2d103374e1f7ee97c5595
tree7f0c322c26404512b95ff9b024fa8725e1c73807
parent55719274188f13cff9e3bd11fdd4c0e7617cd03d
tracing/filter: Check the created pred tree

Since the filter walks a tree to determine if a match is made or not,
if the tree was incorrectly created, it could cause an infinite loop.

Add a check to walk the entire tree before assigning it as a filter
to make sure the tree is correct.

Cc: Tom Zanussi <tzanussi@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_events_filter.c