summaryrefslogtreecommitdiffstats
path: root/scripts/module-common.lds
diff options
context:
space:
mode:
authorSteven Rostedt (VMware)2017-03-02 18:53:26 +0100
committerSteven Rostedt (VMware)2017-03-03 15:44:17 +0100
commit92ad18ec26611e8a47639e600bd9dc42fbe2edcf (patch)
tree52a2fbf8883917d9a384d1b204624024c444a63e /scripts/module-common.lds
parenttracing: Fix code comment for ftrace_ops_get_func() (diff)
downloadkernel-qcow2-linux-92ad18ec26611e8a47639e600bd9dc42fbe2edcf.tar.gz
kernel-qcow2-linux-92ad18ec26611e8a47639e600bd9dc42fbe2edcf.tar.xz
kernel-qcow2-linux-92ad18ec26611e8a47639e600bd9dc42fbe2edcf.zip
ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filter
On boot up, if the kernel command line sets a graph funtion with the kernel command line options "ftrace_graph_filter" or "ftrace_graph_notrace" then it updates the corresponding function graph hash, ftrace_graph_hash or ftrace_graph_notrace_hash respectively. Unfortunately, at boot up, these variables are pointers to the "EMPTY_HASH" which is a constant used as a placeholder when a hash has no entities. The problem was that the comand line version to set the hashes updated the actual EMPTY_HASH instead of creating a new hash for the function graph. This broke the EMPTY_HASH because not only did it modify a constant (not sure how that was allowed to happen, except maybe because it was done at early boot, const variables were still mutable), but it made the filters have functions listed in them when they were actually empty. The kernel command line function needs to allocate a new hash for the function graph filters and assign the necessary variables to that new hash instead. Link: http://lkml.kernel.org/r/1488420091.7212.17.camel@linux.intel.com Cc: Namhyung Kim <namhyung@kernel.org> Fixes: b9b0c831bed2 ("ftrace: Convert graph filter to use hash tables") Reported-by: Todd Brandt <todd.e.brandt@linux.intel.com> Tested-by: Todd Brandt <todd.e.brandt@linux.intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'scripts/module-common.lds')
0 files changed, 0 insertions, 0 deletions