From: Steven Rostedt Date: Sat, 14 Jan 2012 02:40:59 +0000 (-0500) Subject: tracepoints/module: Fix disabling tracepoints with taint CRAP or OOT X-Git-Tag: v3.3-rc1~1^3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10076c4304083af15a41f6bc5e657e781c1f9a6;p=pandora-kernel.git tracepoints/module: Fix disabling tracepoints with taint CRAP or OOT Tracepoints are disabled for tainted modules, which is usually because the module is either proprietary or was forced, and we don't want either of them using kernel tracepoints. But, a module can also be tainted by being in the staging directory or compiled out of tree. Either is fine for use with tracepoints, no need to punish them. I found this out when I noticed that my sample trace event module, when done out of tree, stopped working. Cc: stable@vger.kernel.org # 3.2 Cc: Mathieu Desnoyers Cc: Ben Hutchings Cc: Dave Jones Cc: Greg Kroah-Hartman Cc: Rusty Russell Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed