From: Steven Rostedt (Red Hat) Date: Mon, 11 Nov 2013 16:47:06 +0000 (-0500) Subject: tracing: Add rcu annotation for syscall trace descriptors X-Git-Tag: v3.13-rc1~57^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a81a5210b7d33bb6d836b4c4952a54166a336f3;p=pandora-kernel.git tracing: Add rcu annotation for syscall trace descriptors sparse complains about the enter/exit_sysycall_files[] variables being dereferenced with rcu_dereference_sched(). The fields need to be annotated with __rcu. Reported-by: kbuild test robot Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed