]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
tracing: Annotate ftrace_graph_hash pointer with __rcu
authorAmol Grover <frextrite@gmail.com>
Sat, 1 Feb 2020 07:27:04 +0000 (12:57 +0530)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 17 Feb 2020 09:57:52 +0000 (10:57 +0100)
commitc4e4e3823da319864f5556a395ae05ac4c822b09
tree6e656cc9a3dcf6e8964d96a809ce4ede3e4f8a89
parent415dc76c87b680b0dd37afb025e699fc8f4c2f53
tracing: Annotate ftrace_graph_hash pointer with __rcu

BugLink: https://bugs.launchpad.net/bugs/1863588
[ Upstream commit 24a9729f831462b1d9d61dc85ecc91c59037243f ]

Fix following instances of sparse error
kernel/trace/ftrace.c:5664:29: error: incompatible types in comparison
kernel/trace/ftrace.c:5785:21: error: incompatible types in comparison
kernel/trace/ftrace.c:5864:36: error: incompatible types in comparison
kernel/trace/ftrace.c:5866:25: error: incompatible types in comparison

Use rcu_dereference_protected to access the __rcu annotated pointer.

Link: http://lkml.kernel.org/r/20200201072703.17330-1-frextrite@gmail.com
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Amol Grover <frextrite@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
kernel/trace/ftrace.c
kernel/trace/trace.h