From: Steven Rostedt (Red Hat) Date: Sun, 22 Dec 2013 02:55:17 +0000 (-0500) Subject: tracing: Fix rcu handling of event_trigger_data filter field X-Git-Tag: v3.14-rc1~133^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a30f20347a60a796a5221e07711c0d30d42dc3;p=pandora-kernel.git tracing: Fix rcu handling of event_trigger_data filter field The filter field of the event_trigger_data structure is protected under RCU sched locks. It was not annotated as such, and after doing so, sparse pointed out several locations that required fix ups. Reported-by: kbuild test robot Tested-by: Tom Zanussi Acked-by: Tom Zanussi Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed